On 26/03/2021 10:09, Christian Stein wrote:
Thank you for the clarification, Alan.
First, I fixed the problem as you suggested by adding
--add-modules ALL-SYSTEM to the java command.
It yielded warnings about incubator modules, though:
WARNING: Using incubator modules:
jdk.incubator.vector,
Thank you for the clarification, Alan.
First, I fixed the problem as you suggested by adding
--add-modules ALL-SYSTEM to the java command.
It yielded warnings about incubator modules, though:
WARNING: Using incubator modules:
jdk.incubator.vector, jdk.incubator.foreign
Next, I went with --ad
On 25/03/2021 14:59, Christian Stein wrote:
Hi,
Besides their names, contents and purposes. (-:
So, what's the difference of module jdk.xml.dom and
module jdk.zipfs in respect to their visibility(?) at
compile and run-time?
Suppose, there's a module test.base declared as:
module test.base