Hi, I don't have win 64bit to test, but perhaps its a problem of a dependent dll. Do you have the dependencies of sqlite-3.7.2-sqlitejdbc.dll in your jre/bin or system path? In win32, I need to have: libgeos_c-1.dll libgeos-3-3-1.dll libiconv2.dll libproj-0.dll libstdc++-6.dll
It seems that lib sqlite-jdbc-spatialite-3.7.2-2.4.jar contains the exact same dll file, in folders native/Windows/amd64 & native/Windows/x86 Try to use DependencyWalker to open the dll. It will report the conflict in detail: http://www.dependencywalker.com/ -Panagiotis On Tue, Oct 9, 2012 at 6:11 PM, andrea antonello <[email protected] > wrote: > Hi, I am fighting with a problem on the spatialite lib. > The library throws a: > java.lang.UnsatisfiedLinkError: > C:\Users\hydrologis\AppData\Local\Temp\sqlite-3.7.2-sqlitejdbc.dll: > Can't load IA 32-bit .dll on a AMD 64-bit platform > > What happens is that is is extracting the 32bit native lib on a 64bit > platform. This all happens at library level, so I have no idea about > how to solve it. > Funny thingis that it doesn't seem to affect the exported uDig, since > users happily used the geopaparazzi import, which needs that one. > > Anyone around with ideas? > > Ciao, > Andrea > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
