Using org.json.JSONObject in Eclipse
I am trying to use JSONObject for a Java application in Eclipse. I have searched everywhere and in every forum. I haven't found a proper answer. Moreover, they keep mentioning a WEB-INF/lib directory , which I am not able to find. I tried adding the json-lib-2.2.2-jdk15.jar in the project .jar files. This didn't seem to work either. It shows this error- Import org.json.JSONObject cannot be resolved How can I solve this problem? Eli Acherkan The question is a bit unclear, so my answer is equally general... In order to use a third-party library in Java (like JSON-lib in your case), the library