0

I am using JSoup Version 1.12.1. Normally org.jsoup.nodes.Document.wholeText() this is working fine. But when i am creating the artifacts of my project and using this jar file then I am getting this exception java.lang.NoSuchMethodError: org.jsoup.nodes.Document.wholeText()Ljava/lang/String;

Is any dependencies missed while creating artifacts. To create artifacts I followed
How to build jars from IntelliJ properly?.

TobiSH
  • 2,693
  • 3
  • 20
  • 33
Deepak
  • 65
  • 1
  • 7
  • Where do you use your jar file? Is it a standalone application or is it used by some other service (e.g. a webserver or a M/R Job) – TobiSH Oct 16 '19 at 04:30
  • Hi @TobiSH, i am using this artifacts in selenium to read the email. – Deepak Oct 16 '19 at 13:04

0 Answers0