Revision 21130 trunk/libraries/libjni-gdal/src/main/java/es/gva/cit/jgdal/JNIBase.java

View differences:

JNIBase.java
113 113
	static{
114 114
		String os = System.getProperty("os.name");
115 115
		if(os.toLowerCase().startsWith("windows"))
116
			System.loadLibrary("jgdal070");
116
			System.loadLibrary("jgdal072");
117 117
		else
118 118
			System.loadLibrary("jgdal");
119 119
	}

Also available in: Unified diff