I built a j2me app using sun's lwuit , the application runs fine on my Oracle sdk simulator,but when I run this same app on blackberry jde I get this error
Error preverifying class com.sun.lwuit.animations.Transition3D
VERIFIER ERROR com/sun/lwuit/animations/Transition3D.initTransition()V:
Cannot find class javax/microedition/m3g/Node
C:\Users\Guest\Documents\NetBeansProjects\JTMobile\nbproject\build-impl.xml:436: Preverification failed with error code 1.
BUILD FAILED (total time: 1 minute 38 seconds)
then I ignore this error and run the application again, it runs fine, but when I launch the application I get this error
App Error 104, Uncaught Illegal argument then on the error confirmation box
Uncaught Exception ,Midlet jtMobile.Midlet not Found exception
I have checked all over the internet ,and it seems lwuit_midp.jar library isn't supported by blackberry , is there a way to run this app or configure the project so as to write lwuit j2me apps to run on blackberry, I some what prefer native lwuit and j2me Midlets to writing UIApplication from RIM, im using the latest lwuit 1_5, and blackberry OS 7.1/CLDC 1.1 MIDP 2.0 ,please help