I have the .jar file of jsoup.I referred to this link to clear my doubts. But the solution given there is not working.Even after giving that command,i am getting the following error.
Here is the error.Can someone help me with this.
G:\javap>javac -cp .;jsoup.jar Jsou.java
Jsou.java:9: error: cannot find symbol
Document doc=Jsoup.connect("www.javatpoint.com").get();
^
symbol: class Document
location: class Jsou
Jsou.java:9: error: cannot access Jsoup
Document doc=Jsoup.connect("www.javatpoint.com").get();
^
bad class file: .\Jsoup.class
class file contains wrong class: org.jsoup.Jsoup
Please remove or make sure it appears in the correct subdirectory of the cla
sspath.
2 errors