Importing a libary into Eclipse

Posted by Christian on Stack Overflow See other posts from Stack Overflow or by Christian
Published on 2010-03-23T12:02:18Z Indexed on 2010/03/23 12:03 UTC
Read the original article Hit count: 407

Filed under:

I want to use Lucene in my project. When I simply copy the .jar file into my project than I get the error "Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found." How do I import a library like Lucene the right way in Eclipse?

© Stack Overflow or respective owner

Related posts about eclipse