Friday, January 25, 2019

Class: JSONObject not found in namespace - Solution

When you run the jmeter and if you see the error - Class: JSONObject not found in namespace

This mean that you dont have the class in jmeter lib you mentioned in the BeanShell script. To fix this copy the jar needed and paste it under lib folder in jmeter and restart it.

Download json jar from here - https://github.com/stleary/JSON-java

1 comment: