Re: [gdal-dev] first time gdal-java exception

2010-06-29 Thread ahmet temiz
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

Re: [gdal-dev] first time gdal-java exception

2010-06-29 Thread 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 temiz > To: gdal-dev > Subject: [gdal-dev] first time gdal-java exception

[gdal-dev] first time gdal-java exception

2010-06-29 Thread ahmet temiz
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);