I've just downloaded Jsoup from http://jsoup.org/download (jsoup-1.7.2.jar). The question is simple: how do I install it? I've already tried with right click > open with > C:\Program Files\Java\jre7\bin\javaw.exe after installing the latest JRE version but it doesn't work. The jar file is on my desktop and I currently use WIN7. Some step-by-step "instruction" would be appreciated!
To open a jar file in Windows, you must have the Java Runtime Environment installed. Alternatively, you can use decompression software, such as an unzip utility, to view the files in the jar archive.
Just include this jar into your project
For Eclipse:
1. Right click on your project
2. properties
3. Java Build Path
4. Add external jars
5. Find your JAR
6. OK, OK, OK
For IntelliJ IDEA:
1. File
2. Project structure
3. Libraries
4. "+" at the top of center colon
5. Java
6. OK, OK, OK
And read docs for this library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With