Lucee 6.2 cannot load class through its string name

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!

I assume context/jar is a typo for context/lib?

Yes sorry

no worries, I’ve reopened the ticket, as I can repo the problem myself here with 6.2.1.57-SNAPSHOT, can you drop a comment on the ticket and link back to this post?

Actually, it worked only worked after a restart, with 6.1 was that required?

I did not restart after the upgrade to 6.2 or the snapshot. Should I try upgrading and restarting?

There was no restart needed for it to work after the downgrade to 6.1.

yeah, I didn’t think so, can you drop a comment on the ticket please?

It’s been added. Thank you much!