Loading

Java Tutorial Hub

Training & Tutorials for Java Beginners

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 Files\Java\jdk1.6.0_20\bin;%PATH%

 

Step 3) Set Environment Variable , CLASSPATH = <JDK installation directory>\lib\tools.jar;.

For Java 1.6

CLASSPATH = C:\Program Files\Java\jdk1.6.0_20\lib\tools.jar;.

 

Step 4) In the command prompt enter command javac .

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

javac

 

 

                                                      Back to Java Tutorials Index Page

 
 
Joomla 1.5 Templates by Joomlashack