+ 1
How to run java test file in cmd?
I have already install jdk in my pc but i don't know how to run java test file.Please some one
2 Respuestas
+ 15
To make sure your file name is HeloWorld.java , (not HelloWorld.java.txt ), first choose "Save as file type:" All files, then type in the file name HelloWorld.java. This displays the directory contents. You should see HelloWorld.java among thefiles. (use the JDK folder for the version installed on your system).
http://www.skylit.com/javamethods/faqs/javaindos.html
+ 1
Thanks you alot