[postlink]https://easyvs.blogspot.com/2010/05/installing-jdk.html[/postlink]http://www.youtube.com/watch?v=Hl-zzrqQoSEendofvid
[starttext]
go to-> http://java.sun.com,
go to-> download
go ahead click on Java SE, click on the first one (JDK 6 Update 13 with JavaFX SDX) download, choose ur platform and your language, then continue.
after download install that file..
how to compile Java?
start--> run
type "cmd" then enter
type there "javac", then enter. nothing working there. becouse your don't give the path of the Java compiler..your can arrange the path in 2 ways.
1)-> go to program file and copy that JDK file path (C:\Program Files\Java\jdk1.6.0_01\bin)
-> come again cmd,
- type" cd\ " then enter
- type " set path=%path%;C:\Program Files\Java\jdk1.6.0_01\bin " then enter
- now you type " javac " then enter, it ll works.
2)-> follow above video.
java tutorial, program, computer language, install download jdk se ee java development kit new beginner tutorials
[endtext]