0

I'm trying to convert an existing LWUIT project to Codenameone. I copy the sources and resources to a new j2me project I add the codename1.jar to the libraries of the project then I fix the imports in my source and every thing seems to be ok but when I run the midlet I get this:

No Class Def Found Error java/lang/NoClassDefFoundError com/codename1/impl/ImplementationFactory


is there a missing thing in the library?
I'm using codenameone as a library ,i dont use the designer.
am I doing some thing wrong?

1 Answers1

1

You need to use the Codename One sources from SVN and compile the MIDP port of Codename One to build a native J2ME application.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • But now I have a problem with Image.createImage(String path) it shows no ':' in url exception How can i fix this? – Noor Hamdoon May 12 '12 at 14:55
  • I suggest you accept this answer and open a new question with the full details you are getting and what you are trying to open. – Shai Almog May 12 '12 at 18:37