CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: signing jars

  1. #1
    Join Date
    Jun 2008
    Posts
    32

    signing jars

    I have a keystore file. How would I sign jars? Eclipse doesn't seem to have an automated way of doing it and I can't find jarsigner to download or on my computer.

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: signing jars

    It's part of the jdk. If you've installed a jdk it will be in the bin directory of the installation.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured