I want to parse a html file, and i found Jsoup in google
and i download Jsoup-1.6.3.jar
then i create a file in my project root named libs
in eclipse -> RIGHT_CLICK the project -> properties -> Libraries -> add jars
-> choose Jsoup.jar in folder libs -> ok
but when i click Jsoup.jar in Libraries, i found that:
Source attachment(None), Javadoc location(None), Native library location(None)
did i lose any step?
Can someone teach me how to import Jsoup in project?
You can try: