JAVA

Setting up Java JDK

Setting up Java JDK?
Ans:-
1.Java JDK5 or JDK6.
If you are running Windows and have already installed the JDK you need to set path verables

Right-click on My Computer–>select Properties –> Advanced–>then Environment Variables. Then, you would update the PATH value and press the OK button.
You can find path value
Click on MY COMPUTER
—> THEN CLICK ON local disk (C:)
—> THEN CLICK ON Program files / Program files x86
—>THEN CLICK ON java
—> THEN CLICK ON jdk1.7.0_04
—> THEN CLICK ON bin
—> RIGHT CLICK ON ANY OF THEM
—> CLICK PROPERTIES
—> THEN COPY LOCATION FORM PROPERTIES PASTE IN environment verables THEN CLICK OK BUTTON. You have successfully set path of jdk.

Else if you haven’t installed jdk you can download the latest version of Java JDK from Oracle’s Java site www.oracle.com You will find instructions for installing JDK in downloaded files, follow the given instructions to install and configure the setup. then set up path verables as i have already told you. If you have successfully set path verables you can know go to next step.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button