找不到 RIMIDEWin32Util.dll
我正在运行 Eclipse 3.5 和 Blackberry eclipse 插件,但是当我尝试创建新的调试配置时,会弹出一个 Java 样式对话框,提示 -
找不到 RIMIDEWin32Util.dll
顺便说一句,我在 Blackberry 工作区的这个文件夹中发现了该文件,但不确定为什么会这样找不到它 -
C:\Volumes\Data\Code\Blackberryworkspace.metadata.plugins\net.rim.eide.bootstrapper\installDlls
另外,当我作为 Blackberry Simulator 运行时,打包 New_configuration 的进度挂在 9% 处并且然后我必须杀死并重新启动 Eclipse。
有人遇到类似的问题吗?
PS:以前,我有一个旧版本的 BB eclipse 插件,一切正常,但在新版本上开始出现这种情况。
Am running Eclipse 3.5 and Blackberry eclipse plugin but when I try to create a new Debug configuration, a Java style dialog pops up saying -
cannot find RIMIDEWin32Util.dll
Incidentally, I found that file in this folder in my Blackberry workspace but not sure why it doesn't find it -
C:\Volumes\Data\Code\Blackberry workspace.metadata.plugins\net.rim.eide.bootstrapper\installDlls
Also, when I run as Blackberry Simulator, the Progress for Packaging New_configuration hangs at 9% and then I have to kill and restart Eclipse.
Anyone experience similar issues?
P.S. : Previously, I had an older version of the BB eclipse plugin and things worked fine but this started happening on the new version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
因此,显然,问题的解决方案如下所述 -
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/Support_-_Error_when_debugging_-_Cannot_find_RIMIDEWin32Util.dll .__This_is_a_required_component_of_the_IDE.?nodeid=1450223&vernum=0
也就是说,我需要安装 32 位版本的 JDK 并按照此处所述设置 PATH 和 JAVA_HOME -
http://supportforums.blackberry.com/t5/Java-Development/Cannot-find- RIMIDEWin32Util-dll/td-p/143982
另请参阅 -
如何在Windows 7上设置java_home?
So, apparently, the solution to the problem is as described here -
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/Support_-_Error_when_debugging_-_Cannot_find_RIMIDEWin32Util.dll.__This_is_a_required_component_of_the_IDE.?nodeid=1450223&vernum=0
That is, I needed to install a 32 bit version of JDK and set the PATH and JAVA_HOME as described here -
http://supportforums.blackberry.com/t5/Java-Development/Cannot-find-RIMIDEWin32Util-dll/td-p/143982
Refer also -
How to set java_home on Windows 7?
嗯...Arunabh Das 的解决方案似乎是常见的解决方案。
不过,我通过将 JAVA_HOME 和路径变量设置为指向我的 x64 Java JDK,然后将我的 Eclipse 指向使用 JDK 而不是 JRE 作为 Java 引用来解决了这个问题。
我的系统:
Win7 64位
Eclipse 靛蓝 20110916-0149 64 位
BB插件1.5.0.201112201607
Hmm... Arunabh Das' solution seems to be the common solution.
However, I've fixed this problem by setting the JAVA_HOME and path variables to point to my x64 Java JDK, and then point my Eclipse to use JDK as the Java reference instead of the JRE.
My system:
Win7 64bit
Eclipse Indigo 20110916-0149 64bit
BB plugin 1.5.0.201112201607
无论您使用的是 32/64 位,如果您使用 Eclipse,只需确保使用 32 位版本,无论是 Eclipse 还是 JDK 6
No matter if you're on 32/64 bit, if you are using Eclipse, just ensure using a 32bit version, both for Eclipse and JDK 6