I am using the LWUIT library (j2me). When I compile the code with my IDE (intelliJ) everything compiles and runs fine, but when I m building it with Antenna (latest version), I fail on the preverify task.
The log says the following: Error preverifying class com.sun.lwuit.Button VERIFIER ERROR com/sun/lwuit/Component.drawPainters(Lcom/sun/lwuit/Graphics;Lcom/sun/lwuit/Component;Lcom/sun/lwuit/Component;IIII)V: Cannot find class java/lang/ref/Reference
Did anyone succeeded preverifying LWUIT with antenna tools?
I checked the Button class, but it seems ok.
Any ideas?
Thanks,
Yaniv