MIDlet 应用程序中的 KXmlParser 构建问题

发布于 2025-01-03 06:28:47 字数 329 浏览 2 评论 0原文

我不断收到此错误

未捕获的异常 java/lang/NoClassDefFoundError: org/xmlpull/v1/XmlPullParserException。

当我尝试使用 KXmlParser 运行 MIDlet 时。

我已将 kxml2-2.3.0.jar lib 包含到项目构建路径中,并且它在“引用的库”下可见。

我猜想该库仍未包含在 Midlet JAR 中,但不知道如何纠正这个问题?

我正在使用诺基亚 SDK 1.0 和 Eclipse Indigo。

I keep getting this error

Uncaught exception java/lang/NoClassDefFoundError: org/xmlpull/v1/XmlPullParserException.

when I try to run a MIDlet with KXmlParser.

I have included the kxml2-2.3.0.jar lib into project build path, and it is visible under the 'Referenced libraries'.

I guess that the library is still not included in the Midlet JAR, but do not know how to correct this?

I am using Nokia SDK 1.0 and Eclipse Indigo.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事和酒 2025-01-10 06:28:47

在项目的构建路径对话框中,选择“Order and Export”选项卡,然后选择 kxml jar 文件以将其导出。

On the build path dialog of your project, select the Order and Export tab and select the kxml jar file so that it is exported.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文