|
in the directory that my program is saved in I type:
javac HelloWorld.java
that comes back fine, and a HelloWorld.class file is created
then I type:
java HelloWorld
and then i receive the error:
"Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld"
|