Details
Description
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.
Attachments
Issue Links
- 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
-
- Open
-
-
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
-