Re: [Geotools-gt2-users] java.lang.NoSuchFieldError: JAVA_9

2019-08-14 Thread Rob
Hi Andrea, Thank you for the response. That was it! I can confirm that GeoTools is now working in our Java 12 project. We are only using a small subset of GeoTool’s features, but those features are working well. We’re reading and writing shapefiles. We’re also using CRS functions to conver

Re: [Geotools-gt2-users] java.lang.NoSuchFieldError: JAVA_9

2019-08-14 Thread Andrea Aime
I'm guessing you have an older version of commons-lang in the classpath, GeoTools uses version 3.8.1, the field is available since version 3.5 Cheers Andrea On Wed, Aug 14, 2019 at 9:07 PM Rob wrote: > Hi guys, > > > > I set up the Quickstart project with Maven and then used that to find > othe

[Geotools-gt2-users] java.lang.NoSuchFieldError: JAVA_9

2019-08-14 Thread Rob
Hi guys, I set up the Quickstart project with Maven and then used that to find other dependencies beyond GeoTools. I can now run my project from my development environment without any errors and use the shapefile functions that were causing problems. However, when I build the project and run