Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar
Posted by
gouessej on
Oct 23, 2013; 8:04am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030332.html
John.Glauert wrote
Now we seem to need an Application-Name attribute as well (for Java 1.6.0_65 on MacOS 10.6 Snow Leopard at least).
It only displays a warning in the console for the moment:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_name
John.Glauert wrote
I would rather avoid signing my own copies of JOGL jars, but maybe that is how I will have to go.
This isn't the end of the world. The only tricky part to automatize is the extraction of JARs from 7z archives except if you use Maven.
Edit.: You can directly get the unsigned JARs without using the archive here:
http://jogamp.org/deployment/jogamp-current/jar/orig/I plan to write a tutorial to explain how to automatize all these things.