Free Video Tutorials

Free Video Tutorials

Java Tutorial 3

 

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

 

JavaScript is disabled!
To display this content, you need a JavaScript capable browser.

 

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