MIDlet 应用程序中的 KXmlParser 构建问题
我不断收到此错误
未捕获的异常 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在项目的构建路径对话框中,选择“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.