Getting this error in 6.2: cannot load class through its string name, because no definition for the class with the specified name [org.jsoup.Jsoup] could be found caused by (java.lang.ClassNotFoundException:org.jsoup.Jsoup;java.lang.ClassNotFoundException:org.jsoup.Jsoup;java.lang.ClassNotFoundException:org.jsoup.Jsoup not found by lucee.core [48])
at this line - <cfset Jsoup = createObject(“java”, “org.jsoup.Jsoup”) />
jar files are stored in lucee-server/context/lib I’ve downgraded to 6.1.1.118. I did try the snapshot mentioned here Jira but that didn’t seem to work either.
-Thank you!