Instructions for Running Guiffy InstallAnywhere on any Java-enabled platform


Instructions for any Java-enabled platform:

    Instructions

    • For Java 2, after downloading, type
        java -jar guf84ins.jar
    • For Java 1.1, after downloading, type
        jre -cp guf84ins.jar install
    • If that does not work, try
        java -classpath [path to]classes.zip:guf84ins.jar install
    • If that does not work either, on sh-like shells, try
        cd [to directory where guf84ins.jar is located]
        CLASSPATH=guf84ins.jar
        export CLASSPATH
        java install
    • Or for csh-like shells, try
        cd [to directory where guf84ins.jar is located]
        setenv CLASSPATH guf84ins.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 guf84ins.jar to before running the installer
    • Your operating system may invoke Java in a different way. To start the installer, add guf84ins.jar to your CLASSPATH, then start the main class of the installer named install