[gdal-dev] Exception -- gdalJNI.AllRegister()
Even Rouault
even.rouault at mines-paris.org
Sun Jul 4 12:40:55 EDT 2010
A quick search for UnsatisfiedLinkError in a search engine shows :
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/UnsatisfiedLinkError.html
It means that the JVM cannot find the native libraries in the PATH. So make
sure to have gdalXXX.dll (where XXX is the appropriate version number) and
its dependencies, gdaljni.dll, ogrjni.dll, gdalconstjni.dll and osrjni.dll
(or the equivalent .so if you're on Linux) in the PATH.
Le Sunday 04 July 2010 18:30:58 ahmet temiz, vous avez écrit :
> UnsatisfiedLinkError
More information about the gdal-dev
mailing list