I downloaded the .jar Jsoup file from jsoup.org/download. I then ran eclipse and imported the .jar files into a java project. However, I keep getting an error when I type
import org.jsoup.nodes.*;
I want to use the Document class in that file.
I made sure the syntax was correct and everything, but the error won't go away. Anyone know what the problem could be?