Hi Same problem was solved with http://article.gmane.org/gmane.comp.gis.mapserver.user/23752
OK? Benedikt UMN MapServer Users List <[email protected]> schrieb am 14.02.2007 06:42:12: > Hi All > > > Please help ............ > below is my code to load mapscript and the error i get .... > > > > //code > > try { > System.loadLibrary("mapscript.dll"); //load native library > System.out.println(" * mapscript native library loaded *"); > } catch (Exception e) { > System.err.println(" * error loading native library *"); > System.err.println("Error is: " + e); e.printStackTrace(); > } > > > > // Error > java.lang.UnsatisfiedLinkError: no mapscript.dll in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at test.TestMapscript.main(TestMapscript.java:27) > Exception in thread "main" > Java Result: 1
