786snow
Programmer
- Nov 12, 2006
- 75
I have a java source file at c:\my_java
I do the following to complile it at the DOS prompt but it does not work, what have I done wrong here?
C:\Program Files\Java\jdk1.5.0_08\bin\javac c:\my_java\simpleprogram.java
I do not get any error, and I thought it got compiled, but when I go the folder where source file is , it does not generate the class file there............
--------------------------------------------------------------------------------
I do the following to complile it at the DOS prompt but it does not work, what have I done wrong here?
C:\Program Files\Java\jdk1.5.0_08\bin\javac c:\my_java\simpleprogram.java
I do not get any error, and I thought it got compiled, but when I go the folder where source file is , it does not generate the class file there............
--------------------------------------------------------------------------------