netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Maven should not filter out non-jrt URLs from Java platform modular BCP.

Open lahodaj opened this issue 7 months ago • 2 comments

When computing module boot path, the Maven provider filters out URLs that are not nbjrt URLs. That does not make much sense to me, and it does not work for exploded JDK builds (which have classfiles in directories on the filesystem, not in the JRT file system).

I propose to simply use whatever bootstrap libraries the platform provides, and not filter them.

lahodaj avatar May 27 '25 14:05 lahodaj

adding platform and maven tests and restarting CI

mbien avatar May 27 '25 15:05 mbien

how do you add the exploded folder as JDK? I believe the only thing which worked for me in past was to add the image output in jdk/build/linux-x86_64-server-release/images/jdk

mbien avatar May 28 '25 01:05 mbien