0

I am trying to use LWUIT in my application, and I am using Eclipse IDE. I did one sample application. When I run the application I got the "Application error" (i.e) No class def found error java/lang/noclassdefFounerror com/sun/lwuit/events/Actionlistionr

gnat
  • 6,213
  • 108
  • 53
  • 73
APK
  • 1
  • 1
  • In the title you mentioned NetBeans IDE, But In the description you mentioned Eclipse IDE. Which IDE you are using? – bharath Mar 12 '12 at 12:40

1 Answers1

2

If you are using eclipse MTJ on the build properties of the project choose export for the jar file where your lwuit classes come from.

Gorkem Ercan
  • 3,220
  • 1
  • 18
  • 26