You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "wwilsonn91 (via GitHub)" <gi...@apache.org> on 2023/03/25 14:25:03 UTC

[GitHub] [netbeans] wwilsonn91 commented on issue #5656: Error: Could not find or load main class

wwilsonn91 commented on issue #5656:
URL: https://github.com/apache/netbeans/issues/5656#issuecomment-1483837085

   I can't reproduce this myself.
   
   Did you structure the class correctly?
   Is the package properly declared?
   Is the "hello world" print instruction contained within a main method? ("public static void main(String[] args)" or "public static void main(String... args)"? Is such a method even declared?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists