PDA

View Full Version : odd message



Patriot
Sep 9th, '03, 07:09 PM
Invocation of this Java Application has caused a java target exceptionthe application will now exit (LAX)

It is a fatal application error, and it say this appliczation has unexpectecly quit..

What did i jack up?

thanks for the help
Rich

Simon
Sep 10th, '03, 02:53 AM
Sounds like one of two things:

1. You didn't delete one of the two original files (Hero Designer.jar or update.jar)

2. You didn't rename "Hero Designer.v2" to "Hero Designer.jar" -- note the space in the name....it's important.

If you want, you can get more information by clicking on the "Details..." button.

Patriot
Sep 10th, '03, 11:37 AM
This time I got:
java.lang.ClassNotFoundException: com.hero.HeroDesigner

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

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

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

I re-installed the program and started from scratch.

Simon
Sep 10th, '03, 11:39 AM
You are not naming your files correctly.

It sounds like you're deleting both "Hero Designer.jar" and "update.jar", but you are not renaming "Hero Designer.v2" to "Hero Designer.jar" -- you must rename it to the proper filename or it will not be found when the app is looking for definition files.