After I compile some Java code, how do I run it from DOS??? I mean, what's the command???
Paul Bull
Ranch Hand
Joined: Feb 14, 2001
Posts: 37
posted
0
The command is: java filename Do not include the .java extension and make sure you type the filename in the same case as you saved it in. Make sure you are typing the java command in the same directory as the one you compiled the file in.
Bradley Wong
Greenhorn
Joined: Aug 10, 2001
Posts: 16
posted
0
Thanks! I had the wrong case. I was going crazy and was kicking myself for not remembering. Cheers!