How can I solve “org.json.simple.JSONObject cannot be resolved”?
问题 When I try to open my jsp through Tomcat, I receive the following messages: The type org.json.simple.JSONObject cannot be resolved. It is indirectly referenced from required .class files. The method getJSONObject() from the type Ejercicio refers to the missing type JSONObject. I have a java class that goes like this: package E; import org.json.simple.*; import javax.json.*; import org.json.*; public class Ejercicio { public int a; public String b; public Ejercicio (int a, String b) { this.a=a