which JVM are you using on the pi? do you have *all* the required
epsg-*-jars present, check your pom.xml

Ian

On 11 July 2016 at 14:46, Sivan Toledo <[email protected]> wrote:

> Hi,
>
> I have a Java program that uses GeoTools to do coordinate transformations
> (projections <--> WGS84). It runs fine under both Linux and Windows on x86
> (64 bit) computers.
>
> I am now trying to run it on a Raspberry Pi (which has an ARM processor)
> and it fails.
>
> The failure (exception) is in
> org.geotools.referencing.ReferencingFactoryFinder.getFactory (called from
> getMathTransformFactory). It goes deep into
> org.geotools.factory.FactoryRegistry.register and from there into
> java.util.ServiceLoader$1.next (in ServiceLoader.java:480) and crashes with
> a NoClassFoundError.
>
> Is there a way to fix this? Any idea why it fails on a raspberry pi but
> not on Intel machines? I thought that maybe the geotools jars contain
> native libraries.
>
> Thanks, Sivan Toledo
>
>
>
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> GeoTools-GT2-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>


-- 
Ian Turton
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to