I'm working on a Java project that uses the org.json.JSONObject
package. However, whenever I use it in eclipse, it says that no such package was found. However, when I develop on android i.e. create a new Android project in eclipse, I can use it without doing anything (no add external JARs and stuff), so I'm pretty sure that the required JAR is on my machine.
However, searching for "org.json", "*json*jar", "json*jar" over my entire filesystem did not return anything.