Monday, August 12, 2013

Steps to configure Java with you Operating System

Easy Step to configure the java in your operating system .Every operating system have a different Configuration like Windows have different setting ,Linux have a different setting,mac have a different settings
 This article will show you how to Configure the  jdk-7  on your system few simple steps to follow and your settings will be configure :-


1:-First check the Java Folder on the path:-C:\Program Files\Java is available or not.
into that folder java"jdk " folder is available if available then you may proceed to 2 step to configure the java.

2:-Copy the highlighted Path which is highlight in this image:-
for e.g:-"C:\Program Files\Java\jdk1.7.0\bin"



3:-Goto the desktop right click on "MyComputer"-->Properties

3:-
If you have a Windows vista,Windows7 and Windows8 :-
Click the link on the left side :-Advance System  Settings
on windows xp user no need to check Above option:-

Ater click on properties:-
Click on Advance Tab and click the ENVIRONMENT VARIABLES .


5
After clicking the ENVIRONMENT VARIABLES a new Dialog will appear
Select the path Variable and Click on Edit Button:-



6After click on Edit Button
Again a new dialog will apear:-
Goto at end of the variable value:-paste the path
Before paste the path you have to ensur that fist start with ";C:\Program Files\Java\jdk1.7.0\bin;"
as shown in the image:-

Now goto the "run" type "cmd"
into the command prompt type "javac"
if you shows the number like that :-
Finally your Java Will be Installed

These are some easy steps to Configure the Java.

No comments:

Post a Comment