运行 MercurialEclipse 插件对 Eclipse 软件有何要求?
我已经在 Helios“Eclipse Classic 3.6.0”和 Helios“Eclipse IDE for Java Developers”中安装了 MercurialEclipse。只有在 Classic 中,MercurialEclipse 才会真正出现在“文件”->“导入”选项中。
为了启用 MercurialEclipse,需要在 Java IDE 版本中安装哪些附加 Eclipse 插件?我尝试使用内置软件安装程序安装该版本中的 Eclipse SDK,然后重新安装 MercurialEclipse,但这不起作用。
我不介意简单地使用经典版。然而,一位同事拥有 Zend Studio 品牌的 Eclipse,而 MercurialEclipse 也无法在他的安装上运行。我希望能够将必要的 Eclipse 软件添加到他的安装中,以便他可以从 MercurialEclipse 中受益。
I have installed MercurialEclipse in both Helios "Eclipse Classic 3.6.0" and Helios "Eclipse IDE for Java Developers". Only in Classic does MercurialEclipse actually appear in the File->Import selections.
What are the additional Eclipse plug-ins that need to be installed in the Java IDE version in order to enable MercurialEclipse? I tried installing the Eclipse SDK in that edition using the built-in software installer and then reinstalling MercurialEclipse but that did not work.
I don't mind simply using the Classic edition. However, a co-worker has the Zend Studio branded Eclipse and MercurialEclipse does not work on his installation either. I would like to be able to get the necessary Eclipse software added to his installation so that he can benefit from MercurialEclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在网上的一个板上发现了一个线索后,我想出了如何让它工作,表面上,一个有同样问题的用户将他在 Windows 7 中的管理员权限降到了标准用户,然后它就工作了。我所做的是添加另一个本地管理员。帐户,将我的用户帐户从管理员帐户删除为标准用户帐户,重新安装 面向 Java 开发人员的 Eclipse IDE,然后安装MercurialEclipse。这次成功了,MercurialEclipse 可用了!
我的“解决方案”没有解释问题是什么,但它确实解决了问题。此外,无论如何,不要以管理员身份运行是一个好习惯,所以一石二鸟。我将暂时保留这个问题,以便其他人可以添加信息。
I figured out how to get it to work, seemingly, after finding a clue on a board on the web that one user with the same issue dropped his Administrator privilege in Windows 7 down to Standard User and then it worked. What I did was to add another local admin. account, drop my user account from Administrator to Standard User, re-installed Eclipse IDE for Java Developers, and then installed MercurialEclipse. This time it worked and MercurialEclipse was available!
My "solution" doesn't explain what the problem was but it did take care of the issue. Besides, it is a good practice not to run as an Administrator anyway so this kills two birds with one stone. I'll leave this question open for a while so that others can add information.