When building the jogl and gluegen jars on Solaris using the steps in: http://jogamp.org/jogl/doc/HowToBuild.html There were some additional steps that seemed to be required. First, I had to apply the patches originally posted in: http://forum.jogamp.org/Solaris-Sparc-builds-td4025566.html Which i've attached. I applied the changes manually though, since I was building with the latest code from git and that post was somewhat old. And also I had to rename gluegen-rt-natives-solaris-sparc.jar to gluegen-natives-solaris-sparc.jar to use in my application, because it complained that it could not find gluegen-natives-solaris-sparc.jar (the build only built gluegen-rt-natives-solaris-sparc.jar).
Created attachment 480 [details] Link to patch
Created attachment 481 [details] link to patch
Thank you Britta, I made the commit for you. Next time, please use: - a unified diff - if possible, make a git diff patch .. ~Sven