错误 |包 org.json 在 eclipese 中不存在 (import org.json.*)

ERROR | package org.json does not exist (import org.json.*) in eclipese

提问人:Taha Yasin Erel 提问时间:11/4/2023 最后编辑:Taha Yasin Erel 更新时间:11/4/2023 访问量:51

问:

当我尝试导入时,没有问题。但是当我运行我的代码时;import org.json.JSONObject;

我收到以下错误:

服务器.java:7:错误:包 org.json 不存在 导入org.json.JSONObject; ^ 服务器.java:6:错误:包 org.json 不存在 导入 org.json.*; ^

错误:找不到符号 JSONObject json = new JSONObject(response.toString()); ^

我知道我必须导入json-20131018.jar jar文件,我做到了。

[编辑构建路径和库如下] (https://i.stack.imgur.com/pDA03.png)

(https://i.stack.imgur.com/tnDgl.png)

如果你需要,在这里我的文件订购 (https://i.stack.imgur.com/hFOnD.png)

所有错误:https://i.stack.imgur.com/MUccX.png

java json eclipse jar

评论

0赞 nitind 11/4/2023
实际上,导入是一个问题。您是否忽略了“问题视图”中的消息?你能在屏幕上显示错误消息吗?org.json.JSONObject
0赞 Taha Yasin Erel 11/4/2023
@nitind我添加了整个屏幕
1赞 greg-449 11/4/2023
这些消息看起来不像是来自 Eclipse。当您收到这些消息时,您在做什么 - 看起来它需要在其中配置类路径。
0赞 Community 11/6/2023
请提供足够的代码,以便其他人可以更好地理解或重现问题。

答: 暂无答案