java - Unable to load main-class for jar file -


I have developed an application using Eclipse IDE. After making the application, I exported the project in jar format. When I'm trying to run this jar file, I get an error: Unable to load the main class. help please.

When you are exporting your project as a jar (see this), you The main square in the export jar wizard.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -