Instructions for installing and running Guiffy
on any Java-enabled platform
- Extract the downloaded guiffy102pbw.tar into a guiffy102 install folder: PathToguiffy102
- Set your CLASSPATH environment variable:
PathToguiffy102guiffy.jar;PathToguiffy102jh.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:\GUIFFY102\guiffy.jar;C:\GUIFFY102\jh.jar
- On sh-like shells:
CLASSPATH=/home/guiffy102/guiffy.jar;/home/guiffy102/jh.jar
export CLASSPATH
- On csh-like shells:
setenv CLASSPATH /home/guiffy102/guiffy.jar;/home/guiffy102/jh.jar
Documentation by
Guiffy Software, Inc. 2012