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:  

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

2021-03-26 Thread Christian Stein
/commit/940bf900c448177cc5cc5410ff604bad8197b59c On Thu, Mar 25, 2021 at 4:17 PM Alan Bateman wrote: > On 25/03/2021 14:59, Christian Stein wrote: > > Hi, > > > > Besides their names, contents and purposes. (-: > > > > So, what's the difference of module jdk

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

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

2021-03-25 Thread Christian Stein
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 { requires jdk.xml.dom; requires