Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: How sign a jars containing applet class

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How sign a jars containing applet class

    Hi team

    I am new to this forum. You have obeserved from jan-2014 due java security update we getting the error on running self signed jar files.

    I have tried to sign an jar containing applet applications with following steps
    1. i have created a keystore
    2. created code signing request(CSR) and purchased certificate from the certificate authorities.
    3. downloaded root certificate and intermediate certificates.
    4. later i have imported all certificates as trusted certificates into keystore
    5. with the help of keystore i have signed my jar containing applets.

    While running some code saying some codes not signed. But.But may be there is a problem with the manifest files with permission. please check my steps and help me correct method sign an applet. If you have code signing links with certificates or in personal help will be helpful.


    Thanks


  2. #2
    Junior Member
    Join Date
    Feb 2014
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: How sign a jars containing applet class

    I hope you are using jarsigner to sign the applet. If you need help with any parameter you can tell.
    Signing JAR Files (The Java™ Tutorials > Deployment > Packaging Programs in JAR Files)

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: How sign a jars containing applet class

    @akstheking: Welcome to the Forum! You've been a big help so far, and we appreciate it.

    Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    Here's a tip (more of a request, really) that might not be mentioned there:

    • Don't reply to "old" threads. A thread with no posts for 2 to 3 weeks is "old" and probably "dead." Let it rest in peace.

Similar Threads

  1. Question about External Jars
    By Azurit3 in forum Java Theory & Questions
    Replies: 6
    Last Post: August 27th, 2012, 01:41 PM
  2. Replies: 4
    Last Post: December 6th, 2011, 02:24 PM
  3. OS Specific Jars
    By sinistaDev80 in forum Java Theory & Questions
    Replies: 0
    Last Post: March 26th, 2011, 09:29 AM
  4. Programmatically Creating Jars
    By aussiemcgr in forum Java Theory & Questions
    Replies: 8
    Last Post: October 6th, 2010, 11:51 AM
  5. How do I privately sign my applet?
    By AlphaWhelp in forum Java Theory & Questions
    Replies: 1
    Last Post: December 16th, 2009, 09:42 AM

Tags for this Thread