LWUIT 出现 NoClassDefFoundError
我使用 LWUIT 在 Eclipse 中编写了一个 J2ME 应用程序。为了使用 LWUIT,我必须将 LWUIT.jar
添加到我的项目中。该项目编译成功,但无法运行,并为 com.sun.lwuit.impl.midp.VKBImplementationFactory
类提供 NoClassDefFoundError
。
我探索了 LWUIT.jar
,其中存在 VKBImplementationFactory.class
文件。我不明白我哪里错了。
I wrote a J2ME application in Eclipse by using LWUIT. In order to use LWUIT, I had to add LWUIT.jar
to my project. The project compiles successfully, but could not run, giving a NoClassDefFoundError
for the com.sun.lwuit.impl.midp.VKBImplementationFactory
class.
I explored LWUIT.jar
, and the VKBImplementationFactory.class
file is present there. I don't get where I went wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我进一步调查了这个问题并找到了答案。请参阅此 EclipseME 文档页面。
I investigated the issue further and I found the answer. See this EclipseME documentation page.