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 _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
