[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-28 Thread MarvinCO
Hey, any new ideas anyone? As I said, I have tried what you suggested, but it's still not working. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/UnsatisfiedLinkError-with-gdal14-tp5759026p5781993.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-22 Thread MarvinCO
Is it necessary to call System.loadLibrary() on ALL DLLs? I thought Windows takes care of loading the dependent libraries automatically. Anyway, the whole thing - again - works via Eclipse. It's only launching my app by the Python script that throws the UnsatisfiedLinkException. -- View this mess

[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-22 Thread MarvinCO
Interesting to note, too, that Dependency Walker now still reports the same DLLs as having missing functions, though I still have them in my jre/bin: http://osgeo-org.1803224.n2.nabble.com/file/n5764820/gdal.png -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unsatisfie

[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-22 Thread MarvinCO
No, no reason at all. I didn't know there's any other binary version out there, only found the one I had been using so far via the official download link from the GDAL home page. I just downloaded the version from your page now. Why isn't that link on the GDAL home page? I did that now, updated t

Re: [gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-22 Thread Tamas Szekeres
Do you have any compelling reason to use gdal14 instead of a newer version? You may download working binaries (along with the java bindings) from here: http://vbkto.dyndns.org/sdk/ Best regards, Tamas 2010/11/22 MarvinCO > > I'm sorry, nothing has helped so far. I found out via Dependency Wa

[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-22 Thread MarvinCO
I'm sorry, nothing has helped so far. I found out via Dependency Walker, that obviously there are a few DLLs that gdal14 depends on: ieframe.dll shlwapi.dll urlmon.dll I found all of them and placed them into my jre\bin directory. However, that still doesn't solve my problem. Still getting the s

Re: [gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-21 Thread Tamas Szekeres
2010/11/21 MarvinCO > > Which are the common DLL search locations? Eclipse doesn't give me any clue > about how its starts the JVM, and which additional locations it may ask the > JVM to search automatically. Process monitor also doesn't really give me > any > clue, it shows me mainly files from

[gdal-dev] Re: UnsatisfiedLinkError with gdal14

2010-11-21 Thread MarvinCO
Which are the common DLL search locations? Eclipse doesn't give me any clue about how its starts the JVM, and which additional locations it may ask the JVM to search automatically. Process monitor also doesn't really give me any clue, it shows me mainly files from the System32 folder, which should