Hi, > Now I was trying to create an Annotator and Analysis Engine for DNA sequences > but when I try to run that with the Document Analyzer, I get a pop-up with > following error: > org.apache.uima.resource.ResourceInitializationException: Annotator class > "bio.uima.DNASequenceAnnotator" was not found. (Descriptor: file: > /home/name/workspace/DNAUima/descriptors/DNASequenceAEDescriptor.xml) > CausedBy: java.lang.ClassNotFoundException: bio.uima.DNASequenceAnnotator > ...
> 13. Ran the Document analyzer. Run > Run configurations > UIMA Document > Analyzer. Project: uimaj-examples. Main class: > org.apache.uima.tools.docanalyzer.DocumentAnalyzer. Clicked Run. This > opened up the Document Analyzer. Try adding the project containing your bio.uima.DNASequenceAnnotator class on the "classpath" tab of this run configuration. Cheers, -- Richard
