[thelist] Java Question

Marcus Andersson marcus at bristav.se
Fri Nov 19 10:48:05 CST 2004


Tom Dell'Aringa wrote:
> Exception in thread "main" java.lang.NoClassDefFoundError: hello

If James or Rogers suggestions don't work I would suggest to try to use:

java Hello

instead of:

java hello

since it seems you used lower case "h" in "hello" when trying to run your program (the error message implies 
this).

/Marcus


More information about the thelist mailing list