禁用 Vista UAC 后,Blackberry JDE 组件包 4.6.1 不可见
我在 Windows Vista 计算机上运行 Eclipse 版本 3.4.1。目前我已经安装:
BB JDE plug-in for eclipse ver.1.0.0.67 BB Component Pack 4.6.1 BB component pack 4.5.0.16
通常我在启用 UAC 的情况下工作,一切都很好,直到我需要签署应用程序为止。每次我选择“请求签名”功能时,我都会收到一条与无法创建随机名称的目录相关的错误消息。阅读 BB 论坛后,我发现 UAC 造成了此问题,因此我将其禁用。
结果:就像在管理模式下一样,Eclipse 丢失了许多插件,例如 Subclipse,所以我不得不重新安装它们。我的问题是,即使在我安装了组件包 4.6.1 之后,正如您在上面的列表中看到的那样,该包在 BB 安装的组件中也不可见。只有标准的 4.5.0 存在。我该如何解决这个问题?
I'm running Eclipse version 3.4.1 on a Windows Vista machine. Currently I've installed:
BB JDE plug-in for eclipse ver.1.0.0.67 BB Component Pack 4.6.1 BB component pack 4.5.0.16
Usually I work with the UAC enabled and everything was fine till when I needed to sign the application. Everytime I selected the "Request Signatures" function I got an error message relative to a directory with a random name that cannot be created. Reading the BB forum I discovered that UAC creates this problem so I disabled it.
The result: exactly like in the Admin Mode, Eclipse lost many plug-ins, like Subclipse, so I had to re-install them. My problem is that even after I installed component pack 4.6.1, as you can see in the list above, the package is not visible in BB installed components. Only the standard 4.5.0 is there. How can I fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我听说 Vista 和 Windows 7 上的 BlackBerry 开发工具在默认“Program Files”目录中安装时出现问题。显然,其中一些工具尝试将文件写入 Vista/Win7 不喜欢的安装目录。
解决方法是确保更改 BlackBerry 开发工具的安装路径 - 例如,不要安装到“C:\Program Files\Research in Motion”,而是安装到“C:\rim”,
我不确定这是否是您遇到的问题,但可能值得一试。
I've heard of issues with BlackBerry dev tools on Vista and Windows 7 when installing in the default "Program Files" directory. Apparently some of these tools try to write files into their install directory which Vista/Win7 doesn't like.
The workaround is to make sure you change the install path for your BlackBerry dev tools - for example instead of installing to "C:\Program Files\Research in Motion" install to "C:\rim"
I'm not sure if this is the problem you're encountering, but it might be worth a try.