|
From: Jody G. <jod...@gm...> - 2023-01-22 14:46:54
|
Ian: Going to asume the issue is on my end; prior releases are behaving this way also. Managed to get it to startup using: java -cp "lib/*:bin" org.geotools.tutorial.quickstart.Quickstart Which does not make a lot of sense to me. -- Jody Garnett On Sun, Jan 22, 2023 at 3:26 PM Jody Garnett <jod...@gm...> wrote: > Testing bin download: > 1) README.html links are good > 2) Bin works > > java -cp "lib/*" org.geotools.util.factory.GeoTools > > 3) The quickstart compiles > > javac -cp "lib/*" -d bin src/org/geotools/tutorial/quickstart/Quickstart.java > > However it does not run > > java -cp "lib/*;bin" org.geotools.tutorial.quickstart.Quickstart > > Error: Could not find or load main class org.geotools.tutorial.quickstart.Quickstart > Caused by: java.lang.ClassNotFoundException: org.geotools.tutorial.quickstart.Quickstart > > Changing to Java 8 again did not help ... > > > > > -- > Jody Garnett > > > On Thu, Jan 19, 2023 at 11:15 AM Ian Turton <ijt...@gm...> wrote: > >> Please try out the new 28.1 release - >> https://build.geoserver.org/view/release/job/geotools-release/73/artifact/build/release/distribution/28.1/geotools-28.1-bin.zip >> >> Ian >> >> -- >> Ian Turton >> _______________________________________________ >> GeoTools-Devel mailing list >> Geo...@li... >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> > |