Split package org.w3c.dom using loci_tools.jar
Posted: Tue Sep 04, 2018 8:01 am
Dear OME community,
I have been using loci_tools.jar for a long time, particularly to open Aperio svs jpeg2000 compressed files. Thanks a lot for this great package.
Recently, I have tried to modularize my project according to the new Java-9 modularity system. Unfortunately, I get following split package error because I am using the classes org.w3c.dom.Node and org.w3c.dom.Node for getting some header information:
"The package org.w3c.dom is accessible from more than one module: java.xml, loci.tools"
Here is a link to java.xml concerning org.w3c.dom:
https://docs.oracle.com/javase/9/docs/a ... mmary.html
Split packages are not any more allowed for Java9+ and therefore, I would like to ask if there is any possibility that a future release of loci_tools.jar does not include the org.w3c.dom package?
Many thanks in advance,
Helmut
I have been using loci_tools.jar for a long time, particularly to open Aperio svs jpeg2000 compressed files. Thanks a lot for this great package.
Recently, I have tried to modularize my project according to the new Java-9 modularity system. Unfortunately, I get following split package error because I am using the classes org.w3c.dom.Node and org.w3c.dom.Node for getting some header information:
"The package org.w3c.dom is accessible from more than one module: java.xml, loci.tools"
Here is a link to java.xml concerning org.w3c.dom:
https://docs.oracle.com/javase/9/docs/a ... mmary.html
Split packages are not any more allowed for Java9+ and therefore, I would like to ask if there is any possibility that a future release of loci_tools.jar does not include the org.w3c.dom package?
Many thanks in advance,
Helmut