Importing a libary into Eclipse
- by Christian
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?