Eclipse 上安装的插件不可见

2022-01-16 00:00:00 eclipse-plugin 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?".

可能是什么问题?

推荐答案

DZone 文章 和 nWire 博客.
这一切都归结为这两个选项:

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 安装到您的用户拥有完全权限的文件夹或
  • 以管理员身份启动 Eclipse

相关文章