Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java

...

Development Kit

You must install the J2SE Java SE Development Kit (JDK) 5.0, which can be downloaded from:

http://java.sun.com/j2se/1.5.0/download.jspImage Removed

After installing the JDK, set or modify the following environment variables:

  • JAVA_HOME – set this environment variable
    to point at the root directory of the JDK 5.0 installation.
  • PATH – make sure that your PATH includes:
    %JAVA_HOME%\bin (Windows)
    $JAVA_HOME/bin (UNIX)

...