I've installed Eclipse Java EE (eclipse-jee package from AUR) on Arch Linux. Also I've installed some Eclipse plugins via Eclipse Marketplace. After re-installing Eclipse I fond that all the plugins I've installed before are still displayed in Eclipse Installation Details. Why?
我已经在Arch Linux上安装了Eclipse Java EE (Eclipse -jee包,来自AUR)。我还通过Eclipse Marketplace安装了一些Eclipse插件。在重新安装Eclipse之后,我喜欢我以前安装的所有插件仍然显示在Eclipse安装细节中。为什么?
To remove eclipse I used the pacman -Rns
command, which removes all unneeded dependencies and configuration files. I also removed ~/.eclipse
and ~/.conf/eclipse
folders but plugins still appear in Installation Details. And the trick is they are not really installed, but just displayed in Installation Details.
要删除eclipse,我使用pacman -Rns命令,该命令删除所有不需要的依赖项和配置文件。我也删除了~ /。eclipse和~ /。conf/eclipse文件夹,但是插件仍然出现在安装细节中。诀窍在于它们并没有真正安装,只是显示在安装细节中。
Okay, it's not a big deal to remove them manually but I'm just wondering where do Eclipse store plugins/information about plugins? Because theoretically it can only write to user's home folder.
好的,手动删除它们并不是什么大问题,但是我想知道Eclipse将插件/插件信息存储在哪里?因为理论上它只能写用户的主文件夹。
1 个解决方案
#1
2
Try the following files:
试试以下文件:
- [eclipse_location]/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- [eclipse_location]/配置/ org.eclipse.equinox.simpleconfigurator / bundles.info
- [eclipse_location]/configuration/org.eclipse.update/platform.xml
- [eclipse_location]/配置/ org.eclipse.update / platform.xml
#1
2
Try the following files:
试试以下文件:
- [eclipse_location]/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- [eclipse_location]/配置/ org.eclipse.equinox.simpleconfigurator / bundles.info
- [eclipse_location]/configuration/org.eclipse.update/platform.xml
- [eclipse_location]/配置/ org.eclipse.update / platform.xml