Re: [gdal-dev] GDAL JAVA problem

2009-01-12 Thread Lucena, Ivan
Never mind. I just copied osrjni.dll, gdalsontjni.dll, gdaljni.dll and ogrjni.dll to ../Java/jre/bin and it worked just fine. There must be another way to keep those dll in another place. :( Regards, Ivan > ---Original Message--- > From: Lucena, Ivan > Subject: [gdal-

[gdal-dev] GDAL JAVA problem

2009-01-12 Thread Lucena, Ivan
Hi there, I was able to run the gdalinfo.java demo source both in Linux and Windows by setting up a NetBeans Java App. I just needed to add gdal.jar to the projects "libraries" and add the "gdaljni.dll" folder path to the VM Options like that: "-Djava.library.path=E:\". Now I am trying to repl