1

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.

Pops
  • 30,199
  • 37
  • 136
  • 151
Anup Rojekar
  • 1,093
  • 9
  • 29

1 Answers1

0

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

Pops
  • 30,199
  • 37
  • 136
  • 151
Anup Rojekar
  • 1,093
  • 9
  • 29
  • Sorry but this is not 24/7 paid service and people answer when they can. Meaning I couldn't see this question because I was at work so no browsing/answering forums. As per your question, you just failed to associate properly external library with your project – peter_budo May 05 '11 at 12:52