Login  Register

Re: UnsatisfiedLinkError when trying to use JOGL in an Eclipse plugin

Posted by Wade Walker on Jul 18, 2011; 1:57pm
URL: https://forum.jogamp.org/UnsatisfiedLinkError-when-trying-to-use-JOGL-in-an-Eclipse-plugin-tp3178913p3179263.html

Hi Asarium,

Check out my tutorial at http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/. It explains exactly how to make an Eclipse RCP app (which is really just a plugin) that uses Open GL via JOGL 2. The other tutorials on my blog explore other Eclipse-related topics like OpenGL in an editor vs. in a view, and creating installable native binaries.