|
From: ahmet t. <ahm...@gm...> - 2010-05-22 10:09:55
|
hello
here is my code fragment it gives an exception
~~~~~~~~~
int code = 32636;
CoordinateReferenceSystem crs = CRS.decode("EPSG:" + code);
~~~~~~~~~~
java.lang.NoClassDefFoundError:
org/opengis/referencing/NoSuchAuthorityCodeException
what can I do *
regards
|