simian.jar should launch if the JRE set-up is complete
From the command line: java -jar simian.jar [options] [filename]
Options:
-j: use default (java) look and feel
-n: use native look and feel
-w: use Windows XP look and feel (if available)
-s: use Solaris look and feel
-m: use "metal" look and feel (if available)
-g: use "GTK" look and feel (if available)
filename: image file in .png, .jpg or .gif format
An (OS dependent) shortcut can be set up
| To unpack the jar: | jar xf simian.jar |
| To start Simian (when unpacked): | java simian [options] [filename] |
| To repack the jar: | jar cmf simian.jar manifest.mf *.class |