Java
Java EE
|
Installation Instructions
|
Document Revised: 3/6/01 Note on beta 1.3: This page describes how to install version 1.2.1. In the beta 1.3 documentation bundle, a bad link in the index.html file points to this page. If you want to install the beta 1.3 version, please go to the Beta 1.3 Installation Instructions. Before you can install the software or documentation onto your system, you must download the appropriate bundle from our web site. For instructions on downloading bundles, see the Download Bundles page. After downloading a bundle, please follow the installation instructions for your platform: Solaris Operating Environment Windows Linux After you've performed the installation, please read the section "Where do I go from here?"
Installing the Solaris Software Bundle 1. Change to the directory where you want to install the software. For example, if you want to install the software under /usr/local you would type this command:cd /usr/local 2. Unpack the download bundle. The download bundle for the software is in the j2sdkee-1_2_1-solsparc.sh file. In the following commands, replace <path> with the actual path of the download bundle:3. Edit the user configuration script.After you agree to the license, the j2sdkee1.2.1 directory is created and the software is installed into it.chmod a+x <path>/j2sdkee-1_2_1-solsparc.sh <path>/j2sdkee-1_2_1-solsparc.sh The Java 2 SDK, Enterprise Edition relies on the environment variables that are set in the user configuration script. This script is in the userconfig.sh file of the bin directory of your installation. 4. Install the documentation. If you haven't already done so, install the documentation bundle. See the next section for instructions. 5. See "Where do I go from here?"
Installing the Solaris Documentation Bundle 1. Change to the directory above the one in which you've installed the software. For example, if you installed the software in /usr/local/j2sdkee1.2.1 you would type this command:2. Unpack the download bundle.cd /usr/local The download bundle for the documentation is in the j2sdkee-1_2_1-doc-solsparc.zip file. In the following command, replace <path> with the actual path of the download bundle:3. See "Where do I go from here?"The j2sdkee1.2.1/doc directory is created and the documentation is installed into it.unzip <path>/j2sdkee-1_2_1-doc-solsparc.zip
Installing the Windows Software Bundle 1. Run the setup program. Double-click on the icon of the j2sdkee-1_2_1-win.exe file, and then follow the instructions provided by the setup program. By default, the setup program installs the software in C:\j2sdkee1.2.1. 2. Edit the user configuration script. The Java 2 SDK, Enterprise Edition relies on the environment variables that are set in the user configuration script. This script is in the userconfig.bat file of the bin directory of your installation. 3. Set the environment variables. You can set the environment variables either by executing the bin\userconfig.bat script in your shell window or by using the Environment tab of the System Properties window. To access the System Properties window, from the Settings menu select Control Panel and from the panel select System. 4. Install the documentation. If you haven't already done so, install the documentation bundle. See the next section for instructions. 5. See "Where do I go from here?"
Installing the Windows Documentation Bundle 1. If you downloaded the documentation as one large .exe file, then run the setup program. Double-click on the icon of the j2sdkee-1_2_1-doc-win.exe file, and then follow the instructions provided by the setup program. 2. See "Where do I go from here?"
Installing the Linux Software Bundle 1. Change to the directory where you want to install the software. For example, if you want to install the software under /usr/local you would type this command:cd /usr/local 2. Unpack the download bundle. 3. Edit the user configuration script. The Java 2 SDK, Enterprise Edition relies on the environment variables that are set in the user configuration script. This script is in the userconfig.sh file of the bin directory of your installation. 4. Install the documentation. If you haven't already done so, install the documentation bundle. See the next section for instructions. 5. See "Where do I go from here?"
Installing the Linux Documentation Bundle 1. Change to the directory above the one in which you've installed the software. For example, if you installed the software in /usr/local/j2sdkee1.2.1 you would type this command:cd /usr/local 2. If you downloaded the documentation as one large .exe file, then unpack the download bundle as follows. The download bundle for the documentation is in the j2sdkee-1_2_1-doc-linux.tar.gz file. To uncompress and unpack the bundle, run this command:tar xvzf j2sdkee-1_2_1-doc-linux.tar.gz 3. See "Where do I go from here?"
After you've installed the documentation, you can use your browser to read the following HTML files.
Comments? Please send us feedback at j2ee-ri-feedback@sun.com.
|