RE: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-23 Thread Collins, Benjamin
ts.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Daniele Romagnoli Sent: Monday, February 23, 2009 6:24 AM To: trailcode Cc: gdal-dev@lists.osgeo.org Subject: Re: [Gdal-dev] GDAL 1.6 Java binding, Windows Hi, please read below. On Mon, Feb 23, 2009 at 12:06 AM, trailcode mailto:trail

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-23 Thread Daniele Romagnoli
Hi, please read below. On Mon, Feb 23, 2009 at 12:06 AM, trailcode wrote: > > I got gdal java binding to work with win32. I downloaded the jre from: > http://udig.refractions.net/files/downloads/jre/ Note that these libraries have been built against GDAL 1.4.4. Where do you have placed the DLL

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-22 Thread trailcode
I got gdal java binding to work with win32. I downloaded the jre from: http://udig.refractions.net/files/downloads/jre/ And used it to execute my test program. For the java .jar files I am not using gdal.jar but the jars which come with: imageio-ext The thing which is strange is if I copy the gd

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-19 Thread Even Rouault
Hi Matt, You'll have to build GDAL and the Java bindings from the latest daily snapshot of the SVN trunk head. You can download the source at http://download.osgeo.org/gdal/daily/ (download the gdal-svn-trunk*.tar.gz or gdal-svntrunk*.zip at your convenience) Thanks Le Thursday 19 February 20

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-19 Thread Matthew Cole
Sure, I'd be happy to try them to make sure they don't break anything. Where would I get the updated version? Matt Matthew, For the record, I just commited yesterday in GDAL SVN trunk a substantial update to the java bindings I was mentionning. Now all necessary typemaps have been created,

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-11 Thread Even Rouault
Matthew, For the record, I just commited yesterday in GDAL SVN trunk a substantial update to the java bindings I was mentionning. Now all necessary typemaps have been created, so it looks rather good (no more SWIGTYPE_p_* classes). I would be interested in having early feedback from people alre

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-11 Thread Matthew Cole
Thanks Evan. It turned out the problem had to do with including HDF4 and HDF5 support. Once I removed those the binding worked. I had used the instructions at http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructions and will update them for the newer program versions. Matt Even Rouault

Re: [Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-09 Thread Even Rouault
Yes, I've managed to build them, but with Linux. Have you verified that the gdal.jar is generated and at the right place ? There are instructions here : http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructions It would be great if you could update the wiki page in case something has reall

[Gdal-dev] GDAL 1.6 Java binding, Windows

2009-02-09 Thread Matthew Cole
I've created java bindings for GDAL 1.6 in Windows and it seemed to work but I'm getting linker errors whenever I try to access any gdal functions. java.lang.UnsatisfiedLinkError: C:\build182\gdal-1.6.0\swig\java\apps\gdaljni.dl l: Can't find dependent libraries Exception in thread "main" java.la