Hi all,
I've been trying to sign a jar file so i can build an applet that reads files from a local (for now) filesystem. I've created the .jar and have tried the following:
keytool -genkey -alias TestApplet -validity 365
jarsigner TestApplet.jar TestApplet[/color red]
but I get the following error:
jarsigner: attempt to rename TestApplet.jar to TestApplet.jar.orig failed[/color red]
Could anyone out there point me in the right direction cause me lost.
I've been trying to sign a jar file so i can build an applet that reads files from a local (for now) filesystem. I've created the .jar and have tried the following:
keytool -genkey -alias TestApplet -validity 365
jarsigner TestApplet.jar TestApplet[/color red]
but I get the following error:
jarsigner: attempt to rename TestApplet.jar to TestApplet.jar.orig failed[/color red]
Could anyone out there point me in the right direction cause me lost.