This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Problem in Signing the Jar Files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Problem in Signing the Jar Files" Watch "Problem in Signing the Jar Files" New topic
Author

Problem in Signing the Jar Files

Mark Henryson
Ranch Hand

Joined: Jul 11, 2005
Posts: 200
Hi all,
How to sign the Jar File?
I have a JAR File by name hello.jar. I am following the steps given for signing the jar in JAVA SITE http://www.iam.ubc.ca/guides/javatut99/jar/sign/signing.html.

When I have used the following command to jar, i have encountered error:


And also what is keystore, keypass and storepass, alias. how to get this things to use:
jarsigner -keystore mykeys -storepass abc123
-keypass mypass app.jar johndoe
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem in Signing the Jar Files
 
Similar Threads
signjar with ant from eclipse - BUILD FAILED: java.io.IOException
Getting error while displaying tif image in applet through browser.
ANT & Jarsigner error: "not a private key"
Error while siging the jar using jar signer
Connecting JMS through Applet