简体   繁体   English

Blackberry SDK 4.2.1在Eclipse插件1.1中不可用

[英]Blackberry SDK 4.2.1 not available in Eclipse Plug-in 1.1

I need to develop an application for Blackberry Java SDK 4.2.1 and above. 我需要为Blackberry Java SDK 4.2.1及更高版本开发一个应用程序。 I'm currently under Eclipse Classic 3.5, and I have installed the BlackBerry Java Plug-in for Eclipse v1.1, with all the Blackberry Java SDK available, versions 4.5 to 5.0. 我目前使用的是Eclipse Classic 3.5,并且已经安装了适用于Eclipse v1.1的BlackBerry Java Plug-in,以及所有可用的Blackberry Java SDK(版本4.5至5.0)。 Unfortunately, there isn't any SDK available under 4.5. 不幸的是,在4.5下没有可用的SDK。 Is anyone know how to solve this problem? 有谁知道如何解决这个问题? I mean, developing for Blackberry Java SDK 4.2.1 with Eclipse IDE. 我的意思是,使用Eclipse IDE为Blackberry Java SDK 4.2.1开发。 Thank you. 谢谢。

If you download the RIM JDE for the blackberry version you require, available here: https://www.blackberry.com/Downloads/entry.do?code=00EC53C4682D36F5C4359F4AE7BD7BA1 It should come with a jar file that you can import as a library. 如果您下载所需的Blackberry版本的RIM JDE,请访问以下网址https : //www.blackberry.com/Downloads/entry.do?code=00EC53C4682D36F5C4359F4AE7BD7BA1它应附带一个jar文件,您可以将其导入为库。 I think you want the Java Development Environment v4.2.1. 我认为您需要Java开发环境v4.2.1。

To include it in Eclipse, I think you can import your project, right click on it in the Navigator/Package Explorer, go to properties, then click "Java Build Path", "Libraries". 要将其包含在Eclipse中,我认为您可以导入您的项目,在Navigator / Package Explorer中右键单击它,转到属性,然后单击“ Java Build Path”,“ Libraries”。 Remove the current RIM library, and then click "Add Library". 删除当前的RIM库,然后单击“添加库”。 Choose "UserLibrary", then click "User Libraries" and "New". 选择“ UserLibrary”,然后单击“ User Libraries”和“ New”。 Give it a name. 给它起个名字。 Click "Add Jars", and then navigate to the JAR file that came with the JDE that you downloaded. 单击“添加Jars”,然后导航到下载的JDE随附的JAR文件。

From the Eclipse menu, you can go in 'Help'->'Install New Software...'. 从Eclipse菜单中,您可以进入“帮助”->“安装新软件...”。 When the dialog opens, put the following address in it: http://www.blackberry.com/go/eclipseUpdate/3.5/java and download all you need (just download everything). 对话框打开时,在其中添加以下地址: http : //www.blackberry.com/go/eclipseUpdate/3.5/java并下载所需的所有内容(只需下载所有内容)。 It takes a while, you it will get there eventually. 需要一段时间,您最终会到达那里。

i did this just the other day and made a note to self- for me, the solution was in the .ee file. 前几天我做了此事,并为我做一个自我说明,解决方案在.ee文件中。 you're 3/4 of the way there. 你是那里的3/4。

there is a more indepth discussion at RIM: RIM进行了更深入的讨论:
http://supportforums.blackberry.com/t5/Java-Development/JDE-1-1/td-p/480067/page/2;jsessionid=E542E4D3705B364351E21D1E190A70D8 http://supportforums.blackberry.com/t5/Java-Development/JDE-1-1/td-p/480067/page/2;jsessionid=E542E4D3705B364351E21D1E190A70D8

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM