It would help if you could pose your question more precisely.
There are about a million ways a class could be "not accessible".
What exactly is it you're trying to do, and what exactly is the
error message (stack trace)?
--Thilo
Ahmed Abdeen Hamed wrote:
Thank you, but that's exactly what I doing and mentioned in my original
note. However, the following class is not accessible:
org.apache.uima.examples.opennlp.Token;
Am I missing anything?
Thanks!
Ahmed
On Thu, Jul 17, 2008 at 3:21 PM, Tong Fin <[EMAIL PROTECTED]> wrote:
If you are using Eclipse ...
- right click on the project name->select Properties to bring up
"Properties" page
- click "Java Build Path" on the let and click "Projects" tab on the right
- add uimaj-examples project to that tab
-- Tong
On Thu, Jul 17, 2008 at 3:10 PM, Ahmed Abdeen Hamed
<[EMAIL PROTECTED]> wrote:
Hello,I am trying to access some packages from the uimaj-examples project
from within another one. I thought it was sufficient to make the two
projects dependent on each other. However, that doesn't seem to work. I
am
not able to access certain packages from my main project. What is the
best
way to do that? I recall from yesterday's conversation about POSTagger
that Jörn was saying that I might need a PEAR file. Can anyone confirm?
Thanks!
Ahmed