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)
======================================================================
- duplicates
-
JDK-4758537 javac should access classes on the endorsed standards path
-
- Resolved
-
- relates to
-
JDK-4515858 cannot prepend bootclasspath in javac
-
- Resolved
-