Running JFLAP from your PC (through your Linux VM)
To run JFLAP on your PC you need two things: the Java virtual
machine and the JFLAP program. I will assume you are using
your CS Department VM, in which case you already have the JVM.
So, to get JFLAP do the following in your CS Department Ubuntu VM:
scp mALPHA@ssh.cs.usna.edu:/courses/wcbrown/JFLAP ~/bin/
chmod +rx ~/bin/JFLAP
And that's all it takes! From that point on, you should be
able to type
JFLAP&
to run JFLAP.