|
Instructions for any Java-enabled platform:
Instructions
- For Java 2, after downloading, type
java -jar guf86ins.jar
- For Java 1.1, after downloading, type
jre -cp guf86ins.jar install
- If that does not work, try
java -classpath [path to]classes.zip:guf86ins.jar install
- If that does not work either, on sh-like shells, try
cd [to directory where guf86ins.jar is located]
CLASSPATH=guf86ins.jar
export CLASSPATH
java install
- Or for csh-like shells, try
cd [to directory where guf86ins.jar is located]
setenv CLASSPATH guf86ins.jar
java install
To run Guiffy you need to add the jar files installed by Guiffy to your classpath. There
are 2 jar files: Guiffy.jar and jh.jar.
The command to run Guiffy is:
java -mx128000000 com.guiffy.guiffy.GuiffySS com.guiffy.guiffy.GuiffyCLI [command line parameters]
Notes
- You must already have Java 1.2.2 or higher installed.
- Change to the directory where you downloaded
guf86ins.jar to before running the installer
- Your operating system may invoke Java in a different way. To start the installer, add
guf86ins.jar to your CLASSPATH, then start the main class of the installer named install
|