Hey Brooke:

That is like a very deep error from java being unhappy eh? Can I ask what
version of java you are using (we only support Java 8 and Java 11 right
now).

The latest releases have a binary download with instructions on how to test
locally (it uses java -cp to establish classpath).

java -cp "lib/*" org.geotools.util.factory.GeoTools


The GeoTools utility class provide a main method to verify installation:

java -cp "lib/*" org.geotools.util.factory.GeoTools

To compile and run Quickstart.java:

mkdir bin
javac -cp "lib/*" -d bin
src/org/geotools/tutorial/quickstart/Quickstart.java
java -cp "lib/*:bin" org.geotools.tutorial.quickstart.Quickstart


Make sure that works with your java environment...
--
Jody Garnett


On Wed, 17 Nov 2021 at 11:27, Brooke Billmaier <
brooke.billma...@geo-nexus.com> wrote:

> Hi Jody,
>
> Sorry to bother you, just wondering if you have any ideas about this issue
> I’m facing? Thank you in advance.
>
>
>
> *From:* Brooke Billmaier
> *Sent:* Tuesday, November 9, 2021 10:41 AM
> *To:* geotools-gt2-us...@lists.sourceforge.net
> *Subject:* Geotools Runtime Unresolved Compilation Help
>
>
>
> Good morning,
>
> Not sure if this is the correct place to direct my question, but was
> hoping someone could help me with an unresolved compilation problem at
> runtime outside of our IDE. This error is occurring when Geotools is first
> being instantiated, and we are using the following imports:
>
>
>
> This is the error I am receiving:
>
>
>
> This is working as expected in my environment/Eclipse. I have the
> necessary jar files specified in the classpath and build.gradle. I have the
> entire geotools library included in the lib folder of the build as well. I
> have only one epsg jar specified (gt-epsg-hsql-12.5) and am on version
> 12.5. Is there anywhere else the jar files need to be specified for runtime
> outside of the IDE or anything I’m missing? Any help or ideas that can be
> provided would be extremely appreciated! Thank you in advance.
>
>
>
>
>
> Best,
>
> *Brooke Billmaier*
>
> Software Developer
>
> she/her/hers
>
> 3005 Boardwalk Drive, Suite 107
> Ann Arbor, MI 48108
> Phone: (866) 839-4993 ext. 107
> Web: www.geo-nexus.com
>
> <https://www.facebook.com/GeoNexusTechnologies/>
> <https://www.linkedin.com/company/geonexus-technologies/>
> <https://twitter.com/geonexustech>
> <https://www.youtube.com/user/GeoNexusTechnologies>
>
>
> The information transmitted, including any attachments, is intended only
> for the person or entity to which it is addressed and may contain
> confidential and/or privileged material. Any review, retransmission,
> dissemination or other use of, or taking of any action in reliance upon,
> this information by persons or entities other than the intended recipient
> is prohibited, and all liability arising therefrom is disclaimed. If you
> received this in error, please contact the sender and delete the material
> from any computer. GeoNexus Technologies is a Michigan limited liability
> company. This communication came from GeoNexus Technologies LLC.
>
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to