Installing Java PathFinder
Initial Steps
The JPF install script must be run from viper.cis.ksu.edu (cislinux).
- Log into viper.cis.ksu.edu
- Next we need to add a library to your class path.
- Bash users
- add the following to your ~/.bashrc file:
export CLASSPATH=$CLASSPATH:/usr/share/bcel/lib/bcel.jar
- reload your .bashrc
viper$ source ~/.bashrc
- add the following to your ~/.bashrc file:
- csh/tcsh users
- add the following to your ~/.cshrc file:
setenv CLASSPATH $CLASSPATH:/usr/share/bcel/lib/bcel.jar
- add the following to your ~/.cshrc file:
- Bash users
- Now you can run the install script which will place the JPF files in your home directory:
viper$ installjpf
Running JPF
Documentation is available in ~/jpf/trunk/docs in the form of html files, just open with a web browser or you can visit http://javapathfinder.sourceforge.net/
You run it from the ~/jpf/trunk directory using:
bin/jpf
Usage is covered in the documentation.
For More Information
Please see the Java PathFinder site: