Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » Eclipse not finding classes.
Eclipse not finding classes. [message #215763] Wed, 18 June 2008 13:41 Go to previous message
Eclipse User
Originally posted by: jim.fayettedigital.com

I have a jar file with classes, but they are not included in a package.
The jar is in the WEB-INF/lib directory however I get errors saying
things like Stem cannot be resolved to a type. However the jar file has
a Stem class in it.

source line:
Stem stem = new Stem("english");



jar -tf ~/ProjectWorkspace/JXSearch/WebContent/WEB-INF/lib/xapian_jn i.jar
META-INF/
META-INF/MANIFEST.MF
Auto.class
BM25Weight.class
BoolWeight.class
....
SimpleStopper.class
Sorter.class
Stem.class
Stopper.class
StringValueRangeProcessor.class
SWIGTYPE_p_std__string.class
TermGenerator.class
....

I was using an older version of the library that had things in a package
but the authors decided to use SWIG rather than hand code and for some
reason didn't put the library in a package.

Any thoughts as to how I can reference this library correctly?

THanks,
Jim.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic:Name jdbc is not bound in this Context
Next Topic:Merging content for web.xml during facet install
Goto Forum:
  


Current Time: Fri May 24 12:52:41 EDT 2013

Powered by FUDForum. Page generated in 0.01596 seconds