This means that the class is org.apache.commons.lang.Validatenot in the path of the execution path. You just need to add the JAR file containing the class to the execution class path. This is Apache Commons Lang JAR file . This is also explicitly mentioned on the current Jsoup download page.
Assuming you run it with simple vanilla java.exe, as in the previous question, do the following:
java -cp .;/path/to/jsoup.jar;/path/to/commons-lang.jar com.example.YourClass
Please note that the author of Jsoup has mentioned to remove Commons Lang dependency in the next release of Jsoup.
jsoup Apache Commons-Lang , 115K.
Jsoup 1.3.1 - , Apache Commons Lang.