Login  Register

jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar

Posted by woadams123 on Oct 16, 2013; 5:19am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259.html

Missing Codebase manifest attribute for: http://jogamp.org/deployment/archive/rc/v2.1.0/jar/gluegen-rt.jar

Sorry if this question has been posted before and I couldn't find it.
My app (www.insparia.com) is signed (including codebase and permissions manifest attributes) jnlp and has been mostly working through Oracle's recent security changes until I upgraded today to jdk7u45 (I was on u25). From Oracle's website codebase and permissions are now required for signed jars (like jogl). http://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html

My app hangs with jdk7u45 on MacOSX 10.8.2 with the err msg:
Missing Codebase manifest attribute for: http://jogamp.org/deployment/archive/rc/v2.1.0/jar/gluegen-rt.jar
Any chance of adding manifest attributes to gluegen-rt.jar? Examples from the oracle link above.
  - Permissions: sandbox
  - Codebase: myserver.com
  - Application-Name: Dynamic Tree Demo

I develop apps in C++, Objective-C and Java. IMO Java is by far the easiest, smoothest and most productive of the bunch. That's because of the great work you are doing. Sven, et-al, THANK YOU! for creating jogamp and supporting OpenGL for java.

Bill