On Fri, Sep 4, 2009 at 5:55 AM, marius <[email protected]> wrote:
> Hello
>
> I'm trying to make the tutorial "
> Getting Started: Writing My First UIMA Annotator" and
> if I want to test my annotator I get this message:

What command are you running to get this exception? Are you using the
cvd.bat (or cvd.sh) in the uima bin directory?

It looks like you're just missing a classpath entry.

--Rogan

> ""
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/uima/tools/cvd/CVD
> Caused by: java.lang.ClassNotFoundException:
> org.apache.uima.tools.cvd.CVD
>        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
>        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
>        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
> Could not find the main class: org.apache.uima.tools.cvd.CVD. Program
> will exit.
> ""
>
> can someone help me
>
> Thanks
>
> Marius
>
>
>
>
>

Reply via email to