|
|
|
Installation Instructions for Java SDK
|
|
|
|
|
|
| To download JSDK click here.
|
The installation instruction for Java SDK comprises of 2 parts
Part 1: Install Java
Part 2: Setting the Environment Variables
Part 1: Install Java
When you install Java on your machine, we recommend that you install it in a folder that does not have any blank spaces in its name. eg: install it directly in C:\ rather that C:\Program Files.
Part 2: Setting the Environment Variables
Step 1: Determine the installation path. If the JSDK is installed under C:\ its installation path will be C:\j2sdk1.4.2_13
Step 2: On your computer go to Control Panel -> Double click on System
Step 3: A System Properties window opens up. Click on the Advanced Tab on the far right side .
Step 4: Under the Advanced tab, click on Environment Variables .
Step 6: If the JAVA_HOME variable exists under the System variables, click on Edit. If it does not exist, go to step 8.
Step 7:Once you click on Edit, the 'Edit System Variable' window opens up.Check the variable value to ensure that it points to the J2SE 1.4 SDK installation.
Step 8: Click on OK to finish.
Step 9: To create a new JAVA_HOME variable, click on New on the Environment Variable window.
Step 10: Next to variable name, type JAVA_HOME, and next to the variable value, type in the path that points to the J2SE 1.4.2 SDK installation.
Step 11: Click on OK to finish.
Step 12:To ensure if the path variable contains the string
%JAVA_HOME%/BIN, locate the Path variable under System variables and check for the string.
Step 13: Click on 'OK' to finish.
Back to Top