February 2002
Beginner to intermediate
544 pages
10h 23m
English
Before you can run the examples, you need to make sure that your environment is set appropriately. Table 4.1 shows how to set the environment variables needed to run J2EE applications on Microsoft Windows and UNIX platforms.
| Platform | Variable Name | Values |
|---|---|---|
| Microsoft Windows | %JAVA_HOME% | Directory in which the Java 2 SDK, Standard Edition, version 1.3.1, is installed |
| %J2EE_HOME% | Directory in which the J2EE SDK 1.3 is installed, usually C:\j2sdkee1.3 | |
| %CLASSPATH% | Include the following:
.;%J2EE_HOME%\lib\j2ee.jar; %J2EE_HOME%\lib\locale | |
| %PATH% | Include %J2EE_HOME%\bin | |
| UNIX | $JAVA_HOME | Directory in which the Java 2 SDK, Standard ... |
Read now
Unlock full access