On Tue, 14 Apr 2026 08:11:06 GMT, Volkan Yazici <[email protected]> wrote:
>> src/java.base/share/classes/java/net/URL.java line 573:
>>
>>> 571: * RFC 2396 "Uniform Resource Identifiers : Generic
>>> Syntax" :
>>> 572: * {@snippet lang="text" :
>>> 573: * <scheme>://<authority><path>?<query>#<fragment>
>>
>> I have not been able to build the javadoc to validate that this is actually
>> going to be correct and not interpreted as an (invalid or otherwise) markup
>> comment.
>>
>> Any advice on how to build the javadoc without a full C++ development
>> environment will be gratefully received.
>
> I guess your best bet would be to get a container with necessary bells and
> whistles, mount the JDK sources to a folder there, and issue a `make
> configure docs`.
Hello James,
> Any advice on how to build the javadoc without a full C++ development
> environment will be gratefully received.
As long as you have `make` working against the JDK repo, you can do `make
docs-image` and that should generate the javadoc files under
`build/<xxx>/images/docs/` directory.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30074#discussion_r3078491422