-
Enhancement
-
Resolution: Fixed
-
P4
-
1.2.0, 1.2.2, 1.3.0, 1.4.0, 1.4.1_03
-
b26
-
generic, x86, sparc
-
generic, linux, solaris_2.6, solaris_8, windows_2000
For example, if B.jar includes A.jar in its classpath manifest and I run:
javac -classpath B.jar
I'll receive "class not found" errors for the classes included in A.jar.
- duplicates
-
JDK-4495283 Javac ignores the ClassPath attribute in jar file manifests
- Closed
-
JDK-4663688 javac should support JAR dependencies
- Closed
- relates to
-
JDK-8278856 javac documentation does not mention use of Manifest class-path attribute
- In Progress
-
JDK-6934615 Relative classpaths in jarfile manifests are handled inefficiently by rmic
- Resolved
-
JDK-6999460 Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux
- Closed
-
JDK-6485027 javac incorrectly handles relative paths in manifest classpath
- Closed
-
JDK-6473331 rmic does not use manifest classpath
- Resolved