PDA

View Full Version : Things were working well



Keneton
Sep 8th, '03, 01:02 PM
Dan:

I am sure that this is my error. Things had been working well. I followed directions on the site and now my program will not launch. I saved details below from error message. Please help.

java.lang.NoClassDefFoundError: com/hero/util/AutoUpdater

at com.hero.HeroDesigner.<init>(HeroDesigner.java:251)

at com.hero.HeroDesigner.getInstance(HeroDesigner.jav a:357)

at com.hero.HeroDesigner.main(HeroDesigner.java:378)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.zerog.lax.LAX.launch(Unknown Source)

at com.zerog.lax.LAX.main(Unknown Source)

Simon
Sep 8th, '03, 01:31 PM
You either did not rename "Hero Designer.v2" to "Hero Designer.jar" or you didn't perform the upgrade properly.

Start with a clean installation of v1, pull down the update which activates the Tools -> Upgrade to v2 menu item, run the upgrade and then follow the instructions.

Keneton
Sep 8th, '03, 03:01 PM
Thanks. Renamed it Herodesigner not Hero (space) Designer

I appreciate the help.
:)