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

RFE: Add an option to javac to specify endorsed directories

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.1
    • tools
    • sparc
    • solaris_8



      Name: gm110360 Date: 10/03/2002


      FULL PRODUCT VERSION :
      java version "1.4.1"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
      Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)


      FULL OPERATING SYSTEM VERSION :
      SunOS mars 5.8 Generic_108528-16 sun4u sparc
      SUNW,Ultra-Enterprise


      A DESCRIPTION OF THE PROBLEM :
      When using javac to compile java files against endorsed
      libraries, the endorsed directories flags can only be
      specified via the JVM. ie.

      > javac -J-Djava.endorsed.dirs=$(JAVA_ENDORSED_DIRS) etc...

      In the same way that extensions and bootclasspath can be
      overridden directly to javac, an option should be added to
      javac to allow endorsed to be specified directly to the
      compiler.

      This would allow scenarios where the JVM that executes javac
      requires standard libraries, but the classes being compiled
      require different endorsed libraries.

      eg.
      This could occur when using jakarta-ant for builds where an
      an ant-XML task requires standard jdk versions of
      org.xml.sax, but the ant-javac task is compiling java files
      that use a newer sax version.

      It is possible to achieve a similar result with javac using
      -bootclasspath, but this seems to run contrary to the
      endorsed standards mechanism, and requires specification of
      every jar file instead of just the endorsed directory.


      REPRODUCIBILITY :
      This bug can be reproduced always.
      (Review ID: 165283)
      ======================================================================

            gafter Neal Gafter (Inactive)
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: