Re: [Geotools-devel] Running geotools Quickstart without Maven

2024-02-23 Thread Ian Turton
it looks like you haven't added (at least) the apache.commons.lang3 jar. This is what maven excels at so you should probably let it do it's magic rather than trying to muddle along with out it. Ian On Fri, 23 Feb 2024 at 14:49, Amirhossein Nikfal wrote: > The short code below can be compiled an

[Geotools-devel] Running geotools Quickstart without Maven

2024-02-23 Thread Amirhossein Nikfal
The short code below can be compiled and run successfully, but *after loading the shapefile*, shows error in line: FileDataStore store = FileDataStoreFinder.getDataStore(file); This is the way I compile and run it: java -d . Quickstart.java java org.geotools.tutorial.quickstart.Quickstart Code: p