资源编辑器中的其他 jar 与 LWUIT 1.5 示例应用程序不同
我刚刚意识到资源编辑器在创建 Netbeans 项目时仍然会生成旧的附加 jar。
例如:IO.jar
、IO_SE.jar
、UI.jar
、UI_RIM_Touch.jar
而不是 LWUIT_MIDP.jar
、MIDP_IO.jar
、 LWUIT_Blackberry_4_7_OrNewer.jar
就像 LWUIT 1.5
下载中的示例应用程序中使用的那样。
这是故意的吗?如果是,在 net-beans
中处理我的项目时是否必须删除自动生成的 jar 并添加较新的 jar?
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
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JAR 通常应该更新,但它们不一定相同,因为它们是由不同的构建过程生成的。我们将在Codename One 设计工具中解决此问题。
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.
我认为资源编辑器生成的 jar 已更新。我正在使用它,并且在 MIDP 项目中没有遇到任何问题,但 UI_RIM 可能已经过时,因为我的 BB 项目无法启动。
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.