You need to open the command prompt.
Start then
run then
cmdOnce you are in the prompt, navigate to the location of the
.java file using the
dir and
cd commands. Once the prompt is in the same directory as the .java file type
javac nameofmyfile.java
This will make a .class file. To run this open the prompt and type
java nameofmyfile
You can speed up the process by using the command line here power toy
http://www.microsoft.com/windowsxp/Downloa...ppowertoys.mspx then you can just right click the folder the file is in and select open command prompt here.