Hi -
In your response below, it appears you may have confused "PATH" and
"CLASSPATH". These are different things. At the beginning of your
response you say you set your "classpath" as suggested, but the example
you give is not for the "CLASSPATH" but is instead for the "PATH" variable.
Can you confirm you set the "CLASSPATH", and not the "PATH"?
One way to check is to open up a command window and type:
echo %CLASSPATH%
Please do this if you still have troubles, and include this in your
response note.
chandra sekhar wrote:
Respected Sir , I set my classpath as you suggested in your reply in
uima-user archieve. I set path variable in my windows. now my path variable
looks like this:
"C:\Program
Files\IBM\uima\bin";%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\Java\jdk1.5.0\bin\;C:\Program
Files\IBM\uima\docs\examples\bin\com\backstopmedia\uima\tutorial
eventhogh I set the path to the location , where my
ProductAnnotator.classfile is located , I am getting the same error.
Sir ,
Mr.Lally in
http://www-128.ibm.com/developerworks/forums/thread.jspa?threadID=138977&tstart=0
suggested : " in the manifest "MANIFEST.MF" file of the plug-in that
contains the class "de.group.uima.temp.PersonNameAnnotator", insert the
following line:
code <http://www-128.ibm.com/developerworks/forums/>Eclipse-RegisterBuddy:
com.ibm.uima.runtime[/code] "
for my situation it is : com.ibm.uima.ProductNumberAnnotator.
*I dont know how to find a plugin ,which contains
com.ibm.uima.ProductNumberAnnotator class.*
please help me.