Re: Exception JOGL using wrong library?
Posted by
adanecito on
Feb 04, 2014; 7:38pm
URL: https://forum.jogamp.org/Exception-JOGL-using-wrong-library-tp4031437p4031442.html
Ok here is part of my jogl file.
<resources os="Mac OS X" arch="x86_64">
<j2se version="1.7+" href="
http://java.sun.com/products/autodl/j2se" java-vm-args="-Xmx300m -Dsun.awt.disableMixing=true" />
<jar href="lib/jogl.jar"/>
<jar href="lib/gluegen-rt.jar"/>
<nativelib href = "lib/jogl-natives-macosx-universal.jar" />
<nativelib href = "lib/gluegen-rt-natives-macosx-universal.jar" />
</resources>
You can get to it via:
http://www.myuniportal.com/MyUniPortalMap/MyUniPortalMap.jnlpThe Mac is new and I have installed jre 1.7.0_45 and eclipse. Funny thing is eclipse works just fine the libraries but not via web start.
Thanks,
-Tony