From: Martin D. <mar...@no...> - 2006-04-24 09:54:42
|
Pascal Neis a =E9crit : > "org.opengis.referencing.NoSuchAuthorityCodeException: Authority "EPSG= " is > unknown. Maybe it is defined into to unreachable JAR file?" >=20 > gt2-epsg-access-2.2-RC0.jar is on my classpath! Is the "EPSG" datasource declared in the control panel? http://javadoc.geotools.fr/snapshot/org/geotools/referencing/factory/epsg= /doc-files/Access.html Try the following for making sure that the EPSG factory is found: java org.geotools.referencing.factory.epsg.DefaultFactory 4326 > Does the possibility exist to integrate the data differently? > Any other ideas? You can try the HSQL embedded database instead (gt2-epsg-hsql.jar). http://javadoc.geotools.fr/snapshot/org/geotools/referencing/factory/epsg= /package-summary.html#package_description Martin. |