Hi -
You need to add classpath entries for your project that refer to the
UIMA jars in the lib directory of UIMA_HOME.
A simple way to do this is to open your project's properties (select the
project, then do menu: Project -> Properties) and select Java Build
Path. Then select the Libraries tab, and click on Add Variable. If you
haven't already done this, add a variable UIMA_HOME and set it to where
you installed UIMA. (to do this, if you need to, click Configure
Variables...). Select the UIMA_HOME variable, and click Extend... Then
expand the lib folder, and select uima-core.jar.
-Marshall
chandra sekhar wrote:
Respected Sir ,
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.FeatureStructure;
import org.apache.uima.cas.impl.TypeImpl;
import org.apache.uima.cas.Type;
import org.apache.uima.cas.impl.FeatureImpl;
import org.apache.uima.cas.Feature;
import org.apache.uima.jcas.tcas.Annotation_Type;
I m getting error org.apache cannot resolved.
regards
sekhar.