View Single Post
  #3 (permalink)  
Old 05-14-2008, 09:29 AM
nareshnettem nareshnettem is offline
Member
 
Join Date: May 2008
Posts: 2
nareshnettem is on a distinguished road
[solved] Reading Client Windows Registry through browser
thanks for your reply

we should sign the jar file for accessing the local filesystem from the
applet. for that I followed the below procedure to sign the jar:

Let Applet Name is MyApplet

keytool -genkey -alias MyApplet -validity 365

We have to provide all information about our locale. Fill all and then
sign the applet with jarsigner

jarsigner MyApplet.jar MyApplet

Regards,
Naresh.
Reply With Quote