Re: Setting up JOGL in an Exclipse Project
Posted by
gouessej on
Nov 23, 2014; 3:47pm
URL: https://forum.jogamp.org/Setting-up-JOGL-in-an-Exclipse-Project-tp4033618p4033619.html
Hi
Chinnaswamy wrote
2. Location of Native jar files ( gluegen-rt-natives-windows-amd64.jar and jogl-all-natives-windows-amd64 which are executable jars
There aren't executable JARs, they contain the native libraries, they contain no executables.
Maybe you have to convert
jogl-javadoc.7z and gluegen-javadoc.7z into zip to make it work.
Edit.: The wiki should be improved to cover this aspect.