Changeset 169
- Timestamp:
- Oct 1, 2010, 8:20:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README.OS2
r168 r169 36 36 INSTALLATION 37 37 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: 42 43 43 44 set PATH=<directory>\bin;%PATH% 44 45 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. 45 50 46 51
Note:
See TracChangeset
for help on using the changeset viewer.