|
From: Sebastien A. <seb...@gm...> - 2005-06-14 11:41:01
|
2005/6/14, Martin Desruisseaux <mar...@no...>: > Sebastien Arbogast a =E9crit : > > Actually I eventually managed to find the missing class (thank you > > Google) and the 5 others after that one ! (5 different libraries to > > calculate a single orthodromic distance... this is one hell of a > > programming experience ;-P). > > But now I'm stuck on another problem with the Ellipsoid class, from > > which I get the following exception : > > > > Caused by: java.lang.VerifyError: Cannot inherit from final class > > I assumed that you downloaded some outdated dependencies... Try to > remove the 5 dependencies you downloaded. The only ones you should need a= re: > > - J2SE 1.4 > > - The vecmath.jar package from Java3D (it contains a vector and > matrix package) - just installing Java3D standard extension > from Sun should work just fine. > > - geoapi-2.0.jar from the usual link: > http://lists.refractions.net/geotools/geoapi Well... here we go... I have installed the Java3D extension. I have even integrated vecmath.jar in my dependencies (because I don't want the users of my application to be forced to install Java3D). I also added geoapi-2.0 (I had 1.0.0 before). But I still get the following ClassNotFoundError's : java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry java.lang.NoClassDefFoundError: org/opengis/referencing/Info And that's all for now because I don't even know where to find the second one as it's supposed to be in geoapi but it's not ! any idea ? -- S=E9bastien Arbogast WebCV : http://www.sebastien-arbogast.com The Epseelon Project : http://www.epseelon.org --=20 S=E9bastien Arbogast WebCV : http://www.sebastien-arbogast.com The Epseelon Project : http://www.epseelon.org |