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.
我使用 LWUIT 在 Eclipse 中编写了一个 J2ME 应用程序。为了使用 LWUIT,我必须添加LWUIT.jar到我的项目中。该项目编译成功,但无法运行,NoClassDefFoundError为com.sun.lwuit.impl.midp.VKBImplementationFactory该类提供了一个。
LWUIT.jar
NoClassDefFoundError
com.sun.lwuit.impl.midp.VKBImplementationFactory
我探索了LWUIT.jar,VKBImplementationFactory.class文件就在那里。我不明白我哪里出错了。
VKBImplementationFactory.class
我进一步调查了这个问题并找到了答案。请参阅此 EclipseME 文档页面。