Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar
Posted by
gouessej on
Oct 16, 2013; 9:56am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030265.html
I've just looked at jogl-all.jar, signed, version 2.1.0. I can see that in the manifest:
Permissions: all-permissions
Specification-Title: Java Bindings for OpenGL API Specification
Implementation-Branch: master
Specification-Version: 2.1
Implementation-Build: 2.1-b1111-20131010
Extension-Name: javax.media.opengl
Codebase: *.jogamp.org
There is nothing to fix in our side, those attributes are set
but it works only if the JARs are not moved into another location. It is no longer possible to relocate signed JARs for security reasons. I can have a look at the JNLP file of Insparia now.
Edit.: Codebase: *.jogamp.org is in gluegen-rt.jar too but farther inside the file instead of in the very beginning.