Revision 7847 branches/v10/libraries/libjni-gdal/src/es/gva/cit/jgdal/JNIBase.java

View differences:

JNIBase.java
115 115
	static{
116 116
		String os = System.getProperty("os.name");
117 117
		if(os.toLowerCase().startsWith("windows"))
118
			System.loadLibrary("jgdal031");
118
			System.loadLibrary("jgdal060");
119 119
		else
120 120
			System.loadLibrary("jgdal");
121 121
		

Also available in: Unified diff