> Frank Warmerdam <warmerdam <at> pobox.com> writes: > Ah yes, that does make it more complicated. I'm not sure of a good > way to have something done automatically at library load time.
There's a JNI_OnLoad function that Java attempts to locate and execute when it loads a new .so file. I've seen the messages for this in LogCat, but I've not used it. It seems a likely a candidate for GDAL-as-library initialization calls. Thanks again for your help, Jim P. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
