RFR: 8278856: javac documentation does not mention use of Manifest class-path attribute
Christian Stein
cstein at openjdk.org
Tue Nov 19 16:15:16 UTC 2024
On Tue, 19 Nov 2024 16:06:23 GMT, Christian Stein <cstein at openjdk.org> wrote:
> Please review this improvement to `javac`'s manpage, section **Directory Hierarchies**.
src/jdk.compiler/share/man/javac.md line 1291:
> 1289: and the specified JAR file(s) exist, they are automatically inserted into the
> 1290: user class path after the JAR file. This rule also applies recursively to any
> 1291: new JAR files found. Consult the [JAR File Specification](../jar/jar.html#class-path-attribute)
The link to the `jar.html` file using the relative path `../jar/` should lead to the JAR File Specification document. For JavaSE 23, that specification documentation is located at https://docs.oracle.com/en/java/javase/23/docs/specs/jar/jar.html
How can I test that the online version, for 23 hosted at https://docs.oracle.com/en/java/javase/23/docs/specs/man/javac.html, contains the correct link target?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22243#discussion_r1848655668
More information about the compiler-dev
mailing list