Instructions for Running Guiffy InstallAnywhere on any Java-enabled platform

  • After downloading, type
      java -jar guf116ins.jar
  • If that does not work, try
      java -classpath [path to]classes.zip:guf116ins.jar install
  • If that does not work either, on sh-like shells, try
      cd [to directory where guf116ins.jar is located]
      CLASSPATH=guf116ins.jar
      export CLASSPATH
      java install
  • Or for csh-like shells, try
      cd [to directory where guf116ins.jar is located]
      setenv CLASSPATH guf116ins.jar
      java install


To run Guiffy you need to add the jar files installed by Guiffy to your classpath. There are 3 jar files: Guiffy.jar, Guiffy3p.jar and jh.jar. The command to run Guiffy is:
java -mx256000000 com.guiffy.guiffy.GuiffySS com.guiffy.guiffy.GuiffyCLI [command line parameters]

Notes

  • You must already have Java 1.6 or higher installed.
  • Change to the directory where you downloaded guf116ins.jar to before running the installer
  • Your operating system may invoke Java in a different way. To start the installer, add guf116ins.jar to your CLASSPATH, then start the main class of the installer named install


Documentation by Guiffy Software, Inc. 2017