Re: Deprecated functionality previously accessible through GL2
Posted by
BIS on
May 05, 2015; 3:22pm
URL: https://forum.jogamp.org/Deprecated-functionality-previously-accessible-through-GL2-tp4034407p4034432.html
Yeah, they really have managed to ruin what had been a useful feature, haven't they? You get the impression that Oracle really doesn't give a crap about JWS, and maybe even about Java as a whole.
As it stands - I think the new security manifest stuff is set up and working - launching the jnlp file for the test app seems to work - the app and any associated resources (in this case, just a splash screen image) get downloaded with no security warnings (saw some until I moved the 'permissions' attribute to the top of the manifest file). Everything gets downloaded properly, and appears listed via the Java control panel applet, when viewing java temporary internet files. The app appears in the 'applications' list, and the splash screen appears, along with the app's jar, in the 'resources' list.
(@jmaasing - Sure, I can do that. Need to get it working first, though...

)
Update - limited success. I can download and run a simple demo web start app with no security warnings and no problems (looks as if I'm successfully signing the jar). Next step will be to try and include an associated library in a separate, signed jar. If I get that to work I can try setting up the whole JOGL jar hierarchy, signing everything, and seeing if it'll work.