|
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.
|