Daydah
Daydah

Reputation: 371

Additional jars from Resource Editor different from LWUIT 1.5 example apps

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?

Upvotes: 1

Views: 664

Answers (2)

Shai Almog
Shai Almog

Reputation: 52760

The JAR's should generally be updated but they aren't necessarily identical since they are generated by a different build process. We will resolve this in the Codename One designer tool.

Upvotes: 2

Mun0n
Mun0n

Reputation: 4437

I think that the jars generated by the Resource Editor are updated. I'm working with it, and I got no problems in MIDP projects, but is possible that the UI_RIM is out of date because my BB projects don't start.

Upvotes: 0

Related Questions