Changeset 169


Ignore:
Timestamp:
Oct 1, 2010, 8:20:23 PM (15 years ago)
Author:
dmik
Message:

Phrasing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/README.OS2

    r168 r169  
    3636INSTALLATION
    3737
    38   The OpenJDK product is distributed in two packages: the SDK and the JRE.
    39   Simply take a needed package and unzip it to some directory. You will need
    40   to add the \bin subdirectory inside this directory to PATH and BEGINLIBPATH
    41   to allow for starting Java executables from an arbitrary location:
     38  The OpenJDK product is distributed in two packages: the JRE and the SDK
     39  (which includes a copy of JRE). Simply take a necessary package and unzip it
     40  to a directory of your choice. You will need to add the \bin subdirectory
     41  inside this directory to PATH and BEGINLIBPATH to allow for starting Java
     42  executables from an arbitrary location:
    4243
    4344    set PATH=<directory>\bin;%PATH%
    4445    set BEGINLIBPATH=<directory>\bin;%BEGINLIBPATH%
     46
     47  Alternatively, you may add this subdirectory to PATH and LIBPATH statements
     48  of your CONFIG.SYS (and reboot) to make the given Java installation the
     49  default one.
    4550
    4651
Note: See TracChangeset for help on using the changeset viewer.