 |
|
Please
enable
JavaScript
to see the
Advanced Menu
|
|
|
|
|
Download the jLog application for other computers
The installer and optional files are available under these License conditions:
Instructions
- Log in as the preferred user (need Administrator privileges)
and download the installer program that corresponds to the selected
version of jLog e.g. to the Desktop.
- Start the installation by double-clicking the install.jar file or:
- For Java 2 and newer, after downloading, type
java -jar install.jar or for V 5 beta: java -jar installer.jar
- If that does not work, try
java -classpath [path to]classes.zip:install.jar install
- If that does not work either, on sh-like shells, try
cd [to directory where install.jar is located]
CLASSPATH=install.jar; export CLASSPATH
java install
- Or for csh-like shells, try
cd [to directory where install.jar is located]
setenv CLASSPATH install.jar
java install
|