-I am using Windows 7.
-I am not using an IDE. I am simply writing my java programs with notepad.
-I've downloaded the .jar file for jSoup library.
-I've imported the jsoup class like this: import org.jsoup.Jsoup; and like this import org.jsoup.* -I have compiled like this: javac .;jsoup.1.10.1.jar myApp.java
(I tried placing the jsoup jar file to several directories but I cant make it work)
The bug is constant, I can't import the jsoup jar: myApp.java:4: error: package org.jsoup does not exist import org.jsoup.Jsoup;
Any suggestions? Clearly I am missing something out.