本文介绍了Eclipse上安装的插件不可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我在Eclipse中安装一个插件时,一切顺利。但重新启动后,新的插件不可见。我已经尝试了不同的插件,但它们都有同样的问题。唯一可以看到他们的地方是当我看到已经安装了什么?。
When I install a plugin in Eclipse everything goes well. But after restarting the new plugin is not visible. I have tried it with different plugins, but they have all the same problem. The only place where I can see them is when I look at "What is already installed?".
可能是什么问题?
推荐答案
此问题及其解决方案在,并在。
这些都归结为这两个选项:
This issue and its solution is described in a DZone article and at the nWire blog.
It all boils down to these two options:
- 将Eclipse安装到用户拥有完全权限的文件夹 或
- Install Eclipse to a folder where your user has full rights or
- Start Eclipse as an administrator
这篇关于Eclipse上安装的插件不可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!