Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar
Posted by
gouessej on
Oct 16, 2013; 7:34am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030260.html
Hi
I know Insparia, nice application :)
If you use GlueGen and JOGL as JNLP extensions, setting the "Permissions" and "Codebase" manifest attributes should solve your problem. Otherwise, if you copy our signed JARs into your server, it won't work, you'll have to download our unsigned JARs, set those attributes and sign them by yourself with your own certificate (this is what I do in my case). You can use a build tool like Ant to set them and sign your JARs. Let me know whether those suggestions are helpful. Best regards.