I have developed an application using Eclipse IDE. After creating the application I exported the project in jar format. When I am trying to run this jar file, I get the error: Unable to load main class. Please Help.
I have developed an application using Eclipse IDE. After creating the application I exported
Share
When you are exporting your project as a jar (see this SO question), you must specify your main class in the export Jar wizard.