Page 2 of 2

Posted: Sat Feb 07, 2004 9:28 pm
by s_reynisson
The "." (dot) goes in your classpath by all means.
It tells the Java tools to look for class files in the current folder.
Take a look at a classic from johnr, to quote talleyrand, a "kick a** post" :D
A must read for all here, #inc(self).

Posted: Tue Feb 10, 2004 8:55 am
by aroraskid
I WROTE A SIMPLE PROGRAM "HELLO, WORLD!", I complied it, and i ran it....but cannot run
message says:

Exception in thread "main" java.lang.NoClassDefFoundError: Hello
Press any key to continue . . .

What do i do?

Posted: Tue Feb 10, 2004 1:58 pm
by talleyrand
Post the code and the file name because you have an error.