Re: Difference of module jdk.xml.dom and module jdk.zipfs

2021-03-26 Thread Alan Bateman
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,

Re: Difference of module jdk.xml.dom and module jdk.zipfs

2021-03-26 Thread Christian Stein
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

Re: Difference of module jdk.xml.dom and module jdk.zipfs

2021-03-25 Thread Alan Bateman
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