Java Tutorial 3 – Installing Java

This video will take you through the steps in Installing Java JDK.

Please be patient . Video will load in some time. If you still face issue viewing video click here

Steps to install Java

Step 1) Download and install Java JDK from this link

Step 2) Set Environment Variable , ” PATH = <JDK installation directory>bin;%PATH%”

For Java 1.6

  PATH = C:Program FilesJavajdk1.6.0_20bin;%PATH%

Step 3) Set Environment Variable , “CLASSPATH = <JDK installation directory>libtools.jar;”.

For Java 1.6

    CLASSPATH = C:Program FilesJavajdk1.6.0_20libtools.jar;

Step 4) In the command prompt enter command javac .

If you see a screen like below. Java is Installed.

javac