为 4.70 或 5.0 组件配置 Blackberry Eclipse 插件
我正在寻求配置 Blackberry 开发环境的帮助。 事实上,这是一个相当令人沮丧的过程。 黑莓网站没什么用。 事实证明,在已移动的链接、假定的细节和过时的文档之间,黑莓的开发很难取得任何成果。
唷,现在我的咆哮结束了。 这是我的问题:
我终于让 Eclipse 的 JDE 可以工作了(这本身就是一个故事)。 然而,我的黑莓工作区只提供了针对 4.5 JDE 组件的选项。 如何更新它以使用 4.7 组件?
最好有分步说明,但我将不胜感激可以提供的任何帮助。
详细信息如下:
我有 Java jdk1.6.0_14
Eclipse 版本 3.4.1
我已经安装了 Blackberry JDE 4.7
我已经安装了 Blackberry JDE 组件包 4.7
我已经安装了 Blackberry 智能手机模拟器 4.7
I am looking for help in configuring the Blackberry development environment. In fact, it is quite a frustrating process. The blackberry site is pretty useless. Between links that have been moved, details that are assumed and documents that are out of date it is proving very difficult to get anywhere with blackberry development.
Pheww, now that my rant is done. Here is my problem:
I have finally got the JDE for Eclipse working (that is a story in itself). However, my blackberry workspace is only giving me the option of targeting the 4.5 JDE components. How do I update it to use the 4.7 components?
It would be preferable to have step-by-step instructions but I would appreciate any help that can be provided.
Here are the details:
I have Java jdk1.6.0_14
Eclipse version 3.4.1
I have installed the Blackberry JDE 4.7
I have installed the Blackberry JDE Component Package 4.7
I have installed the Blackberry Smartphone simulators 4.7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
完全同意 - 根本不明显该做什么。 我从来没有幸运地使用过他们的更新站点,所以我只是手动下载并安装组件包:
Totally agreed - it's not at all obvious what to do. I've never had luck using their update site, so I just download and install the component packs manually:
你是一个救星!!!!!!!!!! 这非常有效。 我理解这种挫败感。 如果这。 如果这不起作用,我建议删除整个目录并重新安装 eclipse。
您应该已经安装了 JDK:
这是我为 64 位 Windows 下载的:jdk-6u16-windows-x64.exe 获取一个与您的操作系统匹配的版本。 应该是jdk版本6。
我安装了这个版本:应该适用于Windows x86和64位:
eclipse-java-ganymede-SR2-win32.zip
其他版本应该不起作用。 必须是 3.4,但不是 3.5 (gallileo),并且必须适用于 java。
然后我安装了插件。 然后我按照上面的说明进行操作,结果成功了。
You are a life saver!!!!!!!!!!! This worked perfectly. I understand the frustration. If this. If this doesn't work I would recommend deleteing the entire directory and reinstalling eclipse.
You should already have JDK installed:
This is what I downloaded for 64bit windows:jdk-6u16-windows-x64.exe get one that matches your OS. Should be jdk version 6.
I installed this version: Should work for windows x86 and 64bit:
eclipse-java-ganymede-SR2-win32.zip
Other versions shouldn't work. has to be 3.4 but not 3.5 (gallileo) and it has to be for java.
Then I installed the plugin. Then I followed the instructions above and it worked.
eclipse-java-ganymede-SR2-win32.zip 不适用于 64 位 JDK。
您必须将 eclipse-SDK-3.4.1-win32-x86_64 与 64 位 JDK 一起使用。 一旦你同时使用这两个东西并安装 Eclipse 插件,安装工作正常,但我总是得到“找不到 RIMIDEWin32Util.dll。这是 IDE 的必需组件。” 然后“找不到 RIMUsbJni.dll。没有此 dll,IDE 无法连接到支持 USB 的手持设备。将 RIMUsbJni 添加到 java.library.path”。 这两个据称丢失的文件都位于我的工作区路径中的 .metadata.plugins\net.rim.eide.bootstrapper\installDlls 下。 我几乎把这两个文件放在了我能想到的任何地方,甚至是 c:\windows\system32,但它仍然声称无法找到这些文件。
现在进行修复...
您可以将 eclipse-java-ganymede-SR2-win32.zip 与 32 位 JDK 一起使用。 确保将 JDK\bin 添加到 %PATH% 环境变量中。 然后您可以安装 Blackberry JDK 插件和组件包,一切都会正常运行!
注意:为了从 Blackberry 菜单中“配置 Blackberry Workspace”,您必须首先创建一个 Blackberry 项目。 很难发现这一点。
eclipse-java-ganymede-SR2-win32.zip does not work with the 64-bit JDK.
You have to use eclipse-SDK-3.4.1-win32-x86_64 with the 64-bit JDK. Once you use these two things together and install the Eclipse Plugin, the installation works fine, but I always get "Cannot find RIMIDEWin32Util.dll. This is a required component of the IDE." and then "Cannot find RIMUsbJni.dll. Without this dll the IDE cannot connect to USB enabled handhelds. Add RIMUsbJni to java.library.path". Both of the supposedly missing files are located in my workspace path under .metadata.plugins\net.rim.eide.bootstrapper\installDlls. I have placed those two files pretty much everywhere I could think of, even c:\windows\system32, and it still claims to not be able to find these files.
Now for the fix....
You can use eclipse-java-ganymede-SR2-win32.zip with the 32-bit JDK. Make sure you add the JDK\bin to your %PATH% environment variable. You can then install the Blackberry JDK Plugin and Component Pack and everything will work!
Note: In order to "Configure Blackberry Workspace" from the Blackberry menu, you must first create a Blackberry project. Found this out the hard way.