Re: HelloJOCL requesting "jogamp/natives/" folder
Posted by Eric Barnhill on Sep 29, 2015; 7:22pm
URL: https://forum.jogamp.org/HelloJOCL-requesting-jogamp-natives-folder-tp4035399p4035414.html
Thanks, issue solved.
I had gluegen.jar as well as gluegen-rt.jar on the classpath and that was why it didn't work. When I took gluegen.jar out of the classpath, it worked. Also it worked if I had both of those, and also included jocl-natives-linux-amd64.jar . But it did not work when I had gluegen.jar and gluegen-rt.jar without the third. That was the issue.
(I built from source so used option 1.)