Page 1 of 1

Need help with MAGE execution error

PostPosted: 26 Jul 2011, 05:37
by jeffwadsworth
Successfully built MAGE with "mwn install". Upon execution of mage-client.jar, or the .exe, I get the following error:

Could not find the main class: mage.client.MageFrame. Program will exit.

Any ideas?

I noticed that the mage.client.jar did not have the "main.class" or "lists.class" included in the compiled jar. Perhaps I have an issue with my Maven installation?

Re: Need help with MAGE execution error

PostPosted: 28 Jul 2011, 14:19
by nantuko84
Hi,

Usually I'm the one who prepares and uploads official releases on google download page and need to say I have similar issue time to time. But till now just building .exe once again helped.

So just try again in Mage.Client folder:
Code: Select all
mvn clean assembly:assembly

Re: Need help with MAGE execution error

PostPosted: 28 Jul 2011, 15:07
by jeffwadsworth
Thanks, that worked perfectly.