Daily, compiled snapshots

Daily source and binary snapshots are automatically put in ftp://gzigzag.sourceforge.net/pub/gzigzag/snapshots/. The source is packed in the ZIP and the GZipped TAR formats. Precompiled classes are supplied in the JAR format.

Once you have downloaded one of the prebuilt JAR files, you can run it using the following commands:

  • If you are using Java 1.1, you can try
    jre -cp gzigzag-snapshot-20000704.jar org.gzigzag.Main cellscrollfile
    (of course, replace gzigzag-snapshot-20000704.jar with the name of your JAR file).
  • If you are using Java 1.2, you can try
    java -jar gzigzag-snapshot-20000704.jar cellscrollfile
    (of course, replace gzigzag-snapshot-20000704.jar with the name of your JAR file).