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
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
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
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
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,
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
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
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