View Single Post
  #5  
Unread 09-20-2007, 02:49 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

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 View Post
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?
Reply With Quote