2010/6/29 Ivan Lucena :
> Hi there.
>
> Did you initialize the driver manager?
>
> Example:
> http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps/GDALGrid.java#L521
>
> Regards,
>
> Ivan
>
>
>> ---Original Message---
>> From: ahmet t
Hi there.
Did you initialize the driver manager?
Example:
http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps/GDALGrid.java#L521
Regards,
Ivan
> ---Original Message---
> From: ahmet temiz
> To: gdal-dev
> Subject: [gdal-dev] first time gdal-java exception
hello
when I tried gdal-java in first time, I got this exception:
"Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.gdal.ogr.ogrJNI.wkb25Bit_get()I"
here is the code fragment that gives the exception:
Geometry lr1 = new Geometry(ogr.wkbLinearRing, null, null, null);