Java Class Path Setting and Installation


Java1.5 Installation Steps.

Ø     Double click the given software.
Ø     Accept the terms of license agreement and press NEXT.
Ø     The software first will ask for installing the SDK press NEXT again. This will take few minutes to install.
Ø     Then the software will ask for installing JRE press NEXT to continue.
Ø     Select the browser you want to register with java to plug-in and click NEXT.
Ø     Click on Finish button to complete your installation.

Class-Path settings:-

Ø     Right click on “My Computer” and select properties.
Ø     Select “Advanced” tab and then Environment variables.
Ø     Set class path in “system variables”

1) Variable name: classpath
     Value: <java directory>\lib\tools.jar; <java directory>\lib\dt.jar;.;

     Example: If my java is installed in C:\java1.5
     My Value will be C:\java1.5\lib\tools.jar;C:\java1.5\lib\dt.jar;.;

2) Variable name: path
     Value : <java directory>\bin;

     Example: java1.5\bin;]

3) Variable name: JAVA_HOME
     Value : <java directory>

     Example: java1.5;



Enter your email address to get our daily JOBS & INTERVIEW FAQ's Straight to your Inbox.

Make sure to activate your subscription by clicking on the activation link sent to your email