i can't understand where problem lies to run applet in browser when deploy my project accordind to
http://docs.oracle.com/javase/tutorial/deployment/applet/deployingApplet.html
jar manifest code
Permissions: all-permisisons
Application-Name:------------
Butt still error
is problem to signing jar of my project? 3rd party jar files also use in my project e.g. jna , jvlc .Is need to be signing these jar? when sign to jar fileNotFoundException in cmd for keystore.jks and .crt file
sign for jar use cmd jarsigner path\abc.jar aliase
hepl me i off struck a few day in this problem.