Thread: just starting
View Single Post
  #8 (permalink)  
Old 07-26-2007, 12:02 AM
specbailey specbailey is offline
Member
 
Join Date: Jul 2007
Posts: 10
specbailey is on a distinguished road
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"
Reply With Quote