Java 1.4 or later is required.
Blackdown Java 1.4.1-01 or Sun Java 1.4.1_03 is recommended for Linux.
Sun Java 1.4.1_03 is recommended for Windows.
Support for platforms other than Linux and Windows is purely accidental.
Simply untar or unzip the binary distribution, cd into the j directory, and run the jar file:
$ tar xvfz j-0.19.0-binary.tar.gz $ cd j-0.19.0 $ java -jar j.jarOr on Windows:
c:\> unzip j-0.19.0-binary.zip c:\> cd j-0.19.0 c:\j-0.19.0> java -jar j.jarYou should be able to bring up j's help from within the editor by pressing F1. If this doesn't work right out of the box, you may need to create a preferences file and add a line to it to tell j where the documentation is located:
docPath=C:\\j\\doc
docPath
should point to
the directory containing j's HTML documentation (including the file you're
reading now). On Windows, you'll need to use double backslashes in your
filenames, as shown.