Hi, I am running Eclipse 3.2 with Aviatrix3d 2.0. I am attempting to load a VRML model into a SimpleSWTCanvas. I have included the file jogl.jar in the classpath. In my code, I first create an instance of GLCapabilities and later create an instance of a SimpleSWTCanvas. When my code runs, I get the error:
java.lang.NoClassDefFoundError: javax/media/opengl/GLException
I can see the GLException class inside the jogl jar, and GLCapabilities is there. I’ve tried making sure I have the most recent JRE (1.6), but nothing works. Can anyone help?
Thanks,
Adam