Revision 21213 trunk/libraries/libjni-gdal/src/main/java/org/gvsig/jogr/JNIBase.java

View differences:

JNIBase.java
195 195
	static{
196 196
		String os = System.getProperty("os.name");
197 197
		if(os.toLowerCase().startsWith("windows"))
198
			System.loadLibrary("jgdal063");
198
			System.loadLibrary("jgdal080");
199 199
		else
200 200
			System.loadLibrary("jgdal");
201 201
	}

Also available in: Unified diff