LWUIT 出现 NoClassDefFoundError

发布于 2024-11-05 15:29:08 字数 308 浏览 0 评论 0原文

我使用 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 技术交流群。

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

发布评论

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

评论(1

反话 2024-11-12 15:29:08

我进一步调查了这个问题并找到了答案。请参阅此 EclipseME 文档页面

I investigated the issue further and I found the answer. See this EclipseME documentation page.

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