现在通读整个页面,了解 RIM 建议您下一步做什么,然后小心地忽略它。您运行的安装程序只会为您提供 7.0 Platform SDK。如果您想面向更多受众,您还需要安装其他 SDK。使用该页面上给出的更新站点的方法将不起作用,因为该更新站点不再存在,并且 RIM 无法更新说明。
相反,请按照我在这里给您的说明进行操作。在 Eclipse 中,转到 Help ->安装新软件。在打开的框中,单击添加... 按钮,然后添加具有您喜欢的任何名称和以下 URL 的站点:http://www.blackberry.com/go/eclipseUpdate/3.6 /java. 添加后,其下方的框中应出现软件列表。选择您要安装的所有平台级别并开始安装过程。它们的下载量都比较大,所以要等待一段时间。一旦全部安装完毕,您就会发现这都是 Windows 软件。现在不要惊慌。请执行以下操作以使其在 Mac 上运行:
Nevermind, I got it working with a few changes in the windows SDK. I'm detailed, step by step, instructions below incase anyone else runs into the same problem:
To start with, point a tab in your browser to https://bdsc.webapps.blackberry.com/java/download/eclipse?os=mac and download the full Eclipse + Plugin installer. This is a large download (~350MB) and will take a while to complete. After downloading it, run the installer to finish the installation.
Now read through the entire page to see what RIM recommends you do next, and carefully proceed to ignore it. The installer you ran will only give you the 7.0 Platform SDK. if you want to target a larger audience, you will want to install the other SDKs as well. The method using the update site given on that page will not work, as that update site no longer exists, and RIM has failed to update the instructions.
Instead, follow the instructions I give you here. In Eclipse, go to Help -> Install New Software. In the box that opens, click the Add… button and add a site with any name you like and the following URL: http://www.blackberry.com/go/eclipseUpdate/3.6/java. Once you add it, a list of software should come in the box below it. Select all of the platform levels you want to install and start the install process. All of them have relatively large downloads, so wait for some time. Once all of them have installed, you will realize that this is all Windows software. Now don’t panic. Do the following to get it working on your Mac:
Start the process of creating a new BlackBerry project and then click the configure JREs link in the JRE part.
Configure JREs
Now open the finder, and navigate to the location of your Eclipse install. Go to the Plugins folder, and locate the folder with the SDK you want to add. It should have a name like net.rim.ejde..., with the version of the SDK given in it. Open the components folder and then open the BlackBerry.ee file in your favorite text editor. Now replace some of the lines with their counterparts that I give below:
Save the file. Now replace the components/bin folder with the one in the 7.0 SDK’s components folder. Now go back to the JRE management dialog in Eclipse and Click add JRE. Select the BlackBerry.ee file you edited and click Finish.
Your new SDK is now ready. Repeat these steps until all of your SDKS have been setup.
发布评论
评论(1)
没关系,我通过 Windows SDK 中的一些更改让它可以工作。下面是详细的分步说明,以防其他人遇到同样的问题:
首先,将浏览器中的选项卡指向
https://bdsc.webapps.blackberry.com/java/download/ eclipse?os=mac
并下载完整的 Eclipse + 插件安装程序。这是一个很大的下载(~350MB),需要一段时间才能完成。下载后,运行安装程序以完成安装。现在通读整个页面,了解 RIM 建议您下一步做什么,然后小心地忽略它。您运行的安装程序只会为您提供 7.0 Platform SDK。如果您想面向更多受众,您还需要安装其他 SDK。使用该页面上给出的更新站点的方法将不起作用,因为该更新站点不再存在,并且 RIM 无法更新说明。
相反,请按照我在这里给您的说明进行操作。在 Eclipse 中,转到
Help ->安装新软件
。在打开的框中,单击添加...
按钮,然后添加具有您喜欢的任何名称和以下 URL 的站点:http://www.blackberry.com/go/eclipseUpdate/3.6 /java
.添加后,其下方的框中应出现软件列表。选择您要安装的所有平台级别并开始安装过程。它们的下载量都比较大,所以要等待一段时间。一旦全部安装完毕,您就会发现这都是 Windows 软件。现在不要惊慌。请执行以下操作以使其在 Mac 上运行:
开始创建新的 BlackBerry 项目,然后单击 JRE 部分中的配置 JRE 链接。
配置 JRE
现在打开查找器,并导航到 Eclipse 的位置安装。转到 Plugins 文件夹,找到包含要添加的 SDK 的文件夹。它的名称应类似于
net.rim.ejde...
,其中包含 SDK 的版本。打开组件文件夹,然后在您喜欢的文本编辑器中打开 BlackBerry.ee 文件。现在将一些行替换为我在下面给出的对应行:保存文件。现在将
components/bin
文件夹替换为 7.0 SDK 组件文件夹中的文件夹。现在返回 Eclipse 中的 JRE 管理对话框,然后单击添加 JRE。选择您编辑的BlackBerry.ee
文件,然后单击“完成”。您的新 SDK 现已准备就绪。重复这些步骤,直到所有 SDK 均已设置完毕。
Nevermind, I got it working with a few changes in the windows SDK. I'm detailed, step by step, instructions below incase anyone else runs into the same problem:
To start with, point a tab in your browser to
https://bdsc.webapps.blackberry.com/java/download/eclipse?os=mac
and download the full Eclipse + Plugin installer. This is a large download (~350MB) and will take a while to complete. After downloading it, run the installer to finish the installation.Now read through the entire page to see what RIM recommends you do next, and carefully proceed to ignore it. The installer you ran will only give you the 7.0 Platform SDK. if you want to target a larger audience, you will want to install the other SDKs as well. The method using the update site given on that page will not work, as that update site no longer exists, and RIM has failed to update the instructions.
Instead, follow the instructions I give you here. In Eclipse, go to
Help -> Install New Software
. In the box that opens, click theAdd…
button and add a site with any name you like and the following URL:http://www.blackberry.com/go/eclipseUpdate/3.6/java
.Once you add it, a list of software should come in the box below it. Select all of the platform levels you want to install and start the install process. All of them have relatively large downloads, so wait for some time. Once all of them have installed, you will realize that this is all Windows software. Now don’t panic. Do the following to get it working on your Mac:
Start the process of creating a new BlackBerry project and then click the configure JREs link in the JRE part.
Configure JREs
Now open the finder, and navigate to the location of your Eclipse install. Go to the Plugins folder, and locate the folder with the SDK you want to add. It should have a name like
net.rim.ejde...
, with the version of the SDK given in it. Open the components folder and then open the BlackBerry.ee file in your favorite text editor. Now replace some of the lines with their counterparts that I give below:Save the file. Now replace the
components/bin
folder with the one in the 7.0 SDK’s components folder. Now go back to the JRE management dialog in Eclipse and Click add JRE. Select theBlackBerry.ee
file you edited and click Finish.Your new SDK is now ready. Repeat these steps until all of your SDKS have been setup.