Quick hints on getting JFLAP running on your PC...
C:\YourDirectory> C:\j2sdk1.4.2_04\bin\jar xfv JFLAP.jar
The xfv argument tells the jar to extract from a file verbosely.
You will see lots of files being extracted.
c:\YourDirectory> C:\j2sdk1.4.2_04\bin\java -cp . JFLAP
where the -cp . arguments tell java to look for the JFLAP.class file
in the current directory (.). (cp stands for classpath.)
JFLAP should start up, and you'll be on
your way... .