Le mercredi 17 août 2016 14:58:24, Francisco José Raga López a écrit : > HI. > > I'm using gdal for java in a personal project,but I have a question. > What version java is need?
1.5 or later > > I'm using eclipse and If I use jdk 1.7.0 return this error,when debugging. > > > Native library load failed. > java.lang.UnsatisfiedLinkError: C:\Program Files\GDAL\gdaljni.dll: No > se encontró el proceso especificado > Exception in thread "main" java.lang.UnsatisfiedLinkError: > org.gdal.gdal.gdalJNI.AllRegister()V > at org.gdal.gdal.gdalJNI.AllRegister(Native Method) > at org.gdal.gdal.gdal.AllRegister(gdal.java:493) > > But in jdk 1.8 it ok. > > gdal 2.1.0 need java 1.8 or higher?? No, it is likely an issue with the PATH and/or -Djava.library.path=... not pointing to gdaljni.dll and/or libgdal20.dll > > thanks > > > > > > Francisco José Raga López > > Analista/Desarrollador GIS Open Source "QGis" > > Móvil: (+34) 654275432 | e-Mail: [email protected] | skype: > francisco_raga Github: https://github.com/All4Gis > Linkedin: https://es.linkedin.com/in/franciscojoseragalopez > > "La vida real no tiene ningún mapa.." Ivy Compton Burnett > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
