Login  Register

Re: no jogl in java.library.path Error

Posted by Pixelapp on Oct 04, 2012; 1:41pm
URL: https://forum.jogamp.org/no-jogl-in-java-library-path-Error-tp4026357p4026367.html

This is a <resource> tag of a working jnlp file. You should add this one line.

<resources>     
      <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" />
</resources>

Also for your jnlp to work, your code base should point to hard drive resources with the prefix file:/// otherwise you will just launch a JNLP currently on the server which won't have the modifications you've just made.