I have no clue what I am doing...
I just downloaded JDK 2 1.3

and I tried writing a java program

Code:
main()
{
print "hello";
return 0;
}
I named it with a java extension.
then I did this in an MS DOS console

Code:
C:\WINDOWS>cd ..
C:\>cd jdk1.3
C:\JDK1.3>java c:\java\test.java
c:\java\test.java is the full path to my java file...

it gives me an error, I can post the error if you want...


Thanks