Re: Where lace nessesary files for jogl in Win32?
Posted by
gouessej on
Apr 13, 2015; 11:43am
URL: https://forum.jogamp.org/Where-lace-nessesary-files-for-jogl-in-Win32-tp4034267p4034276.html
Hi
giel wrote
I want my Jgrasp (Java IDE) to work with opengl-jogl. I placed this files on csis.pace.edu/~marchese/CG/JOGL/jogl-win32.zip in nessesary jre/lib/ext and jre/bin folders.
Please read the JOGL user's guide,
never put the JOGL JARs into the JRE as it can cause some conflicts when running applets and applications based on JOGL. Set the classpath to the directory containing the JARs of JOGL and GlueGen (the JARs containing the Java libraries and those containing the native libraries), you can adapt
these instructions to your IDE and look at
this comment about JGrasp. Wade is right, your code uses a pre-beta version of JOGL 1 and javax.media.* has been moved to com.jogamp.* in JOGL 2.3.1 as you can see
here.
Edit.: You can find a simple example
here.