[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [udig-users] Make multipolygon borders less detailed?
|
Seems to be some manifest telling where to look for the main class missing, right? What to do?
I'm running the web archive version 1.7.5.
On Wed, Sep 2, 2009 at 1:24 AM, Jan Henrik Øverland
<janhenrik.overland@xxxxxxxxx> wrote:
This is probably exactly what I need, thanks. Unfortunately I get an error message during the "getting started" instructions. I have downloaded gt-feature-pregeneralized-2.5-SNAPSHOT.jar and feature-pregeneralized-1.7.5.jar and put them into WEB-INF/lib. When I run the java command I get the following:
Exception in thread "main" java.lang.NoClassDefFoundError: org/geotools/data/FileDataStoreFactorySpi
Caused by: java.lang.ClassNotFoundException: org.geotools.data.FileDataStoreFactorySpi
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: org.geotools.data.gen.tool.Toolbox. Program will exit.
Jan