I'm new to Eclipse and UIMA. I'm trying to run UIMA examples, in Eclipse Luna -j2ee platform. I can run cvd.sh from terminal in examples.
When I try to run examples from "Run Configurations", I encounter error as below :
Error: Could not find or load main class org.apache.uima.tools.cvd.CVD
<terminated>UIMA CAS Visual Debugger [Java Application]
<terminated, exit value: 1>/usr/lib/jvm/java-7-openjdk-i386/bin/java (22-May-2015 5:52:13 am)
I tried to run from Run Configurations, and I see similar error for other examples also, like -
Error: Could not find or load main class org.apache.uima.tools.AnnotationViewerMain
<terminated>UIMA Annotation Viewer [Java Application]
<terminated, exit value: 1>/usr/lib/jvm/java-7-openjdk-i386/bin/java (22-May-2015 6:33:43 am)
What could be the problem?
I feel it could be some path related issue, as examples (at least some of them) in terminal apache-uima/bin are working...
I'm using debian, if that helps.