Reputation: 1787
Thank you for your help. I am trying to convert from JSON
to string Java object.I have checked that some libraries are needed to carry out this. I am having a problem to satisfy org.json.simple.JSONObject
. Do you which jar solves this problem? I have added the next jars:
Thank you in advance for your help.
Cheers
Upvotes: 0
Views: 1563
Reputation: 4543
Please dont add same jars multiple times in your classpath, try to keep one.
Try with adding only "json-simple-1.1.jar" to your classpath.
Upvotes: 1