Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中运行 Java ME 应用程序。我的 pp 中有 JSON 代码,我也有 json.jar lib,但是当我运行应用程序时,出现这样的错误。
Uncaught exception: java.lang.NoClassDefFoundError: org/json/me/JSONObject - parsing.Parsing$1.run(), bci=88
看起来您的 json.jar 库未与您的应用程序代码捆绑在一起。json.jar 中的内容必须在最终的应用程序 jar 文件中可用。
如果您使用的是 Eclipse Pulsar,请务必在 Project .. Properties .. Java Build Path .. Order and Export 选项卡中检查此库。