I just realized that the Resource Editor still generates the old additional jars with creating the Netbeans project.
For example: IO.jar
, IO_SE.jar
, UI.jar
, UI_RIM_Touch.jar
instead of LWUIT_MIDP.jar
, MIDP_IO.jar
, LWUIT_Blackberry_4_7_OrNewer.jar
like used in the example apps in the LWUIT 1.5
download.
Is this intentional? If yes, do I have to remove the ones auto generated and add the newer jars when working on my project in net-beans
?