Quote:
|
I had this error come up once in a Java program I did back in High School (with Java 1.4) and it turned out to be a typo with the main class' naming and what it was being called as.
|
Quote:
Originally Posted by gerlinde
Could not find the main class. Program will exit.
|
Not able to reproduce that yet. The manifest file and class naming are correct (since they get generated automatically anyways :P).
Please try to run it from command line: java -jar Updater.jar
Are you using Windows or another OS for updating?