Changeset 28953 in osm for applications/editors/josm/plugins/geotools/src/org
- Timestamp:
- 2012-11-18T22:10:14+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r28950 r28953 24 24 25 25 private void initJAI() { 26 // Disable mediaLib searching that produces unwanted errors 27 // See http://www.java.net/node/666373 28 System.setProperty("com.sun.media.jai.disableMediaLib", "true"); 29 26 30 // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work, 27 31 // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"):
Note:
See TracChangeset
for help on using the changeset viewer.