
How to compile and Java program from command prompt on my windows 7 computer?
Thanks

Hi,
For compiling and running the Java program from command prompt you should must have JDK installed on your windows computer.
If it is already installed Just see our tutorial Compiling and Running Java program from command line.
If Java is not installed your computer, learn how to install and configure Java on windows 7 tutorial.
Thanks