|
From: Martin D. <mar...@no...> - 2005-08-07 08:31:53
|
Florian Schlosser a =E9crit : >=20 > [...snip...] >=20 > This is the Exception: >=20 > java.lang.ExceptionInInitializerError > at org.geotools.cv.SampleDimension.list(SampleDimension.java:3= 85) > at org.geotools.cv.SampleDimension.<init>(SampleDimension.java= :295) >=20 > [...snip...]=20 >=20 Do you have a more complete stack trace with a "Caused By" clause after=20 the main exception trace? The "Caused By" clause is likely to be=20 relevant here. Also, if you are running from a build created from the trunk, could you=20 try a "Clean and build all" in yours IDE (or a "maven build" if you use=20 Maven)? Errors (at the difference of Exceptions) are often compilation=20 issues and often disaspear after a "Clean and build all" of Geotools. Martin. |