• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in Signing the Jar Files

 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic