Re: Can't get gears demo to work with atomic jars
Posted by
Sven Gothel on
Jul 11, 2012; 3:55pm
URL: https://forum.jogamp.org/Can-t-get-gears-demo-to-work-with-atomic-jars-tp4025499p4025506.html
On 07/11/2012 03:22 PM, toffegast [via jogamp] wrote:
>
> I want to deploy my applet with the JOGL atomic jars, because of the minimal
> size. As a test, I tried to run the gears applet with the atomic jars (RC9). I
> couldn't get it to work. I get the following exception:
>
> java.lang.NoClassDefFoundError: com/jogamp/common/util/PropertyAccess
> at java.lang.ClassLoader.defineClass1(Native Method)
>
> Indeed the com.jogamp.common package is not part of any of the atomic jars.
>
> Can anyone shed some light on this? Any help is greatly appreciated.
it's in gluegen-rt.jar !
~Sven