JASON Error- While running program | Selenium Forum
S
Soham Posted on 10/11/2020

Hi,

 

I have added  the JASON jar in my project , but when I am executing, getting error below. Does anyone know, if I am missin anything her?

Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/JSONObject

 


A
Ashish Thakur Replied on 10/11/2020

You are missing on jars

 

Just look at video again


S
Soham Replied on 11/11/2020

Thanks Ashish, I just Downloaded the Json jar again and added it to the classpath in Eclipse and its working now.


Related Posts