java.lang.noclassdeffounderror: org/json/jsonexception
If dependency management is using maven then add
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
If dependency management is mannual then download the json-java file from below link
https://repo1.maven.org/maven2/org/json/json/20210307/json-20210307.jar
and add it lib directory.