适用于多个操作系统目标/版本的 Blackberry 软件包项目
我正在使用 Eclipse 插件,我的应用程序在以下模拟器上运行:9800、9700、8900,即它与操作系统版本 5 和 6 兼容。但是,当我打包应用程序以在设备上运行它时, .alx 文件已正确生成,但还有一个名为“6.0.0”的文件夹,其中包含所有其他文件,如 .cod、.jar 等。我的问题是,难道不应该有一个类似的文件夹“5.0.0”,其中包含操作系统版本 5 的文件吗?如果是,那么我该如何生成它?请帮忙!
I'm using the Eclipse plug-in and my app runs on the following simulators: 9800, 9700, 8900 ,i.e, it is compatible with OS versions 5 and 6. However , when I package the application to run it on a device, the .alx file is generated correctly but there is also a folder called '6.0.0' with all the other files like .cod, .jar, etc. My question is, shouldn't there be a similar folder '5.0.0' with files for OS version 5? And if yes, then how do I go about generating it?Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,以防万一其他人像我一样对此感到沮丧,这是解决方案:
更改 BlackBerry JRE 到旧版本(Eclipse 插件)
Ok just incase someone else is as frustrated by this as I was here's the solution:
Changing BlackBerry JRE to an Older Version (Eclipse Plug-in)
只需检查项目属性,它将是 6.0 JRE。
需要明确的是,您需要通过“帮助”菜单-“安装软件”在 Eclipse 中安装 5.0,并添加 Blackberry 更新站点:
http://www.blackberry.com/go/eclipseUpdate/3.6/java.从那里下载所需的操作系统。
然后,右键单击项目,转到项目的属性,然后转到Java Build Path,在其下,转到Libraries选项卡,您会发现JRE为6.0,您需要将其更改为5.0。
Just Check the project properties, it will be 6.0 JRE.
To be clear, you need to install the 5.0 in Eclipse by going through Help menu-Install Software, and add the Blackberry update site:
http://www.blackberry.com/go/eclipseUpdate/3.6/java
. Download the required OS from there.Then, right click in the project, go to properties of the project and in it go Java Build Path, and under it, go to Libraries tab, you will find JRE to be 6.0, you need to change it to 5.0.