Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] code sprint results for its project

So is there an issue with using jts-io.jar under Java 9?  And if so, anything we can do to fix it?

On Tue, Mar 27, 2018 at 11:31 AM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:

One thing we experimented with was confirming that this approach (adding a manifest entry which is ignored by Java 8, but respected by Java 9 "jigsaw") does correctly lock down each JTS jar as a module: The root its-core module publishes a classes into org.locationtech.jts.io - for KML and GML output. When we tried to add a org.locationtech.jts.ioJTSIOVersion class into jts-io-common it failed to load ... because two jars cannot publish into the same package.




Back to the top