This site will look much better in a browser that supports web standards, but it is accessible by any browser.

jLog logo logging software for any platform at no cost
 

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:

  jLog V 4 jLog V 4.4
jLog installer program install.jar install.jar
Release notes README README

 

Instructions

  1. 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.
     
  2. Start the installation by double-clicking the install.jar file or:
  • For Java 2, after downloading, type
    java -jar install.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