View Single Post
  #2 (permalink)  
Old 07-31-2007, 07:03 PM
paty paty is offline
Member
 
Join Date: Jul 2007
Posts: 41
paty is on a distinguished road
it could be:
* Name of the file class that must be executed does not have the same name that the principal class (that one that it contains the method main)

* One has written the extension class later of the name of the principal class on having tried to execute the program.
Reply With Quote