M
Max
Hello I have try to sign an applet by mySelft :
jarsigner -keypass testpass -signedjar s_main.jar main.jar tester
Enter Passphrase for keystore: tester
Warning: The signer certificate will expire within six months.
When I try to run the applet in InternetExplorer I see :
do you want to accept applet signed by bla bla bla bla bla .
I click "ok" .
But When the applet is running , I see a Security Exception :-(
Why ?
max
jarsigner -keypass testpass -signedjar s_main.jar main.jar tester
Enter Passphrase for keystore: tester
Warning: The signer certificate will expire within six months.
When I try to run the applet in InternetExplorer I see :
do you want to accept applet signed by bla bla bla bla bla .
I click "ok" .
But When the applet is running , I see a Security Exception :-(
Why ?
max