Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4383995

JarSigner class and its resources shouldn't be in rt.jar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • security-libs
    • beta
    • generic
    • generic



      Name: nl37777 Date: 10/27/2000


      Currently the class sun.security.tools.JarSigner is packaged in rt.jar,
      and its resources are packaged together with those of the KeyTool and
      PolicyTool classes in a common sun.security.tools.Resources class, which
      also lives in rt.jar.

      jarsigner is a J2SDK tool, not a J2RE tool, and the current packaging
      creates a number of problems:
      - The JarSigner class itself increases the size of the J2RE download
      without benefit to the user.
      - Having a shared Resources class means localizers will translate all
      strings into at least 9 other languages, as required for an end-user
      product (J2RE). This increases localization cost as well as, again, the
      J2RE download size. If the strings for jarsigner were separate, they'd
      only need to be translated into Japanese, as required for developer
      tools (J2SDK), and could be packaged in tools.jar.

      ======================================================================

            claisunw Charlie Lai (Inactive)
            nlindenbsunw Norbert Lindenberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: