I am testing an example java application on a Nokia 303 device using Nokia's java SDK/IDE(Eclipse). The example makes use of the categorybar and sets an element listener. When I run the app on the emulator, it works fine. When I run the app on the device however, I get the error:
No Class Def Found Error java/lang/NoClassDefFoundError com/nokia/example/canvas/CanvasExample:com/nokia/mid/ui/ElementListener
What is missing here? The ElementListener should be part of the nokiaui library.
Thanks.

Reply With Quote

