I have no clue what I am doing...
I just downloaded JDK 2 1.3
and I tried writing a java program
I named it with a java extension.Code:main() { print "hello"; return 0; }
then I did this in an MS DOS console
c:\java\test.java is the full path to my java file...Code:C:\WINDOWS>cd .. C:\>cd jdk1.3 C:\JDK1.3>java c:\java\test.java
it gives me an error, I can post the error if you want...
Thanks




Reply With Quote