Auto-generate Flow Chart from Java/C++ Codes:

Raptor Flowchart Tutorial For Beginners

Sunday, July 22, 2012

Troubleshooting Java Path setting

from: http://playwithcodes.blogspot.com/2012/07/jdk-7-installation-and-path-setting-in.html#.UAukX7RwXVg


                         JAVA path setting is very common problem for java programming beginners. In other programming language like C/C++ programming you have to just install turboc and after installation start programming run and execute programs no need of path setting but in case of java after installation you have to set path otherwise your program will not execute. So PWC that is play with codes is going to explain here step by step that how will you install jdk and set path .
Now come to the installation part--    
1. First of all you have to download latest jdk version it may be jdk7, its a free software, if you already have than okay.                       

  2 .Now install it as you normally install other software you will see like this window view just press next next..
 



3.When installation is finished just press the finish button now jdk have installed in your computer its easy thing ..

4.Now come to the main part of installation part that is path setting, you just follow and  understand this steps carefully,go to the my computer then go to the drive where your windows OS is installed that is generally C drive.Then go to the C drive and follow below 
C drive then-> programs file folder ->java->->jdk7->bin
5. After reaching bin folder go to the address bar and copy the whole path, it will seems to be like this image.


6. Now come to the pasting part right click on my computer go to the properties.


7. Then go to the Advance system setting .


8.Then environment variable 

9.Now you will show environment variable window just scroll down the 2nd  drop down box you will see path just look at the red mark on the image . Double click on this path or select and edit ..


10. Do this step Carefully , go to the variable value don't delete any thing from there.just go to the end of  the path and give a semicolon symbol and paste the path what you have copied in step 5 then give a semicolon symbol.

Then press ok your path setting have completed.Now do java programming and play with codes good luck!!!!!!!!!!

No comments: