0

i am developing an java application using eclipse pulser ide, in that i have got `NoClassDefFoundError: com/sun/lwuit/layouts/Layout.

i have tried many solution's and tried to import LWUIT.jar and cleaned project's but even its not working can anybody head up with a solution.

Thank you.

Gopi.cs
  • 985
  • 1
  • 16
  • 41

1 Answers1

3

Go to project Properties, Java Build Path, Order and Export and make sure that your LWUIT jar is marked.

Telmo Pimentel Mota
  • 4,033
  • 16
  • 22