On mardi 26 mai 2020 14:39:02 CEST Dirk Stenger wrote: > Hi all, > > We are using GDAL in Java applications via JNI. > > For that, we install GDAL JNI on Ubuntu or Debian by using package > "libgdal-java". > > However, the number of available GDAL JNI versions is limited to one. > Thus, it is not possible to install an old GDAL + GDAL JNI version (e.g. > 2.4) on the current release of Ubuntu. > > We also had problems to install GDAL JNI on other Linux distributions > not providing package "libgdal-java". > > Is there any place where we can download binaries of current and older > versions of GDAL JNI like it is possible for GDAL itself > (https://gdal.org/download.html)?
You'll have to build it yourself from the corresponding source archive of the GDAL version you're interested in. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
