Unexpected exception: java.lang.reflect.InvocationTargetException

Hello,

When I start web start 3D demos, such as CutScene from www.agency9.se, or JCanyon from JOGL web-site, I always get this error:


An error occurred while launching/running the application.

Title: JCanyon
Vendor: Sun Microsystems, Inc.
Category: Unexpected Error

Unexpected exception: java.lang.reflect.InvocationTargetException


Could you help me, please, to solve this problem?

I thought, the problem was with OpenGL drivers and downloaded latest CATALYST package from ATI, but it didn’t help at all.

Thank you very much in advance.

Kostya.

Is this a webstarted game perchance? InvocationTargetException tends to be thrown when some resource (usually a code jar) can’t be downloaded but webstart tries to execute the main class anyway. If you look in the webstart logs and error report you can usually find the actual cause of the error.

Yes, those are web started games. It loads just fine JAR files and dll files necessary for JOGL, for example.

Where I can find this log?

Thank you so much for reply!

Hi,

The problem is gone!

I prayed (!!!) and accidently after that started jucheck.exe, that downloaded and installed update for JRE. I had JRE 1.5.0_3 and it installed updates for 1.5.0_4. I even rebooted computer and it still works!

Thank you very much for participation!