• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Sign Jar using Existing Jar

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I have some Signed Jar files.Now I have to insert my own jar file into the already existing jar files .Obviously my Jar file is not signed so it will not work.
I dont have the signature used to sign the existing jar files
Is there any way that i can sign my jar file using the existing jar files?
Is there any other way?


Please Help
Rohan Kalbhor
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If you can't use the credentials of the already signed jar files on your own jar, then you can still make this work. You will need to use the extension clause in your jnlp as many times as necessary (each time for a jar file signed with a different signature). Have a search around for this clause and I am sure it will make sense.

Cheers, Jared.
 
reply
    Bookmark Topic Watch Topic
  • New Topic