Marshall Schor | 2 Feb 20:08

Re: A DOUBT IN UIMA

Hi -

The link below that you give is an error due to an entirely different 
situation that does not apply in your case.  There is no "plugin" in 
your case to find.

The class path value looks wrong in several aspects.  It should only 
have Java Jar files and directories with Java .class files.  It should 
not have the colon (":") character as its first character.

If your files (including the .class files) are in this directory:

c:\Program Files\IBM\uima\docs\examples\bin\com\backstopmedia\uima\tutorial

and Java is trying to load the class        
com.backstopmedia.uima.tutorial.ProductAnnotator

then your class path should be:

c:\Program Files\IBM\uima\docs\examples\bin

Please try setting this as the (only) value of your CLASSPATH. 

Check it by typing into a command window:

echo %CLASSPATH%      you should get the response:

c:\Program Files\IBM\uima\docs\examples\bin

and nothing else. 
(Continue reading)


Gmane