Instructions for installing and running Guiffy
on any Java-enabled platform
- Extract the downloaded guiffy96pbw.tar into a guiffy96 install folder: PathToguiffy96
- Set your CLASSPATH environment variable:
PathToguiffy96guiffy.jar;PathToguiffy96jh.jar
- The command to run Guiffy is:
java -mx256000000 com.guiffy.guiffy.GuiffySS com.guiffy.guiffy.GuiffyCLI [command line parameters]
Examples for setting the CLASSPATH:
- On DOS:
set CLASSPATH=C:\GUIFFY96\guiffy.jar;C:\GUIFFY96\jh.jar
- On sh-like shells:
CLASSPATH=/home/guiffy96/guiffy.jar;/home/guiffy96/jh.jar
export CLASSPATH
- On csh-like shells:
setenv CLASSPATH /home/guiffy96/guiffy.jar;/home/guiffy96/jh.jar
Documentation by
Guiffy Software, Inc. 2011