从linux上的Eclipse市场安装的插件/工具在哪里?(火星)

时间:2021-07-11 00:03:31

I installed Instasearch from the MarketPlace, and wanted to do some configuration on it. So I started looking for the installation directory but couldn't find it. I have searched all the eclipse and system directories and still no luck. So generally speaking, where do apps installed from the eclipse marketplace get installed on a linux system?

我从MarketPlace安装了Instasearch,并想对它进行一些配置。所以我开始查找安装目录,但是找不到。我搜索了所有的eclipse和系统目录,但仍然没有成功。因此,一般来说,从eclipse市场安装的应用程序在linux系统上安装在哪里?

1 个解决方案

#1


3  

Eclipse traditionally puts plugins in the Eclipse install location in a 'plugins' directory.

Eclipse通常将插件放在“插件”目录中的Eclipse安装位置。

If that location is not writeable then a .eclipse directory in the user's home directory is used.

如果该位置不可写,则使用用户主目录中的.eclipse目录。

For newer Eclipse installs using the Oomph installer a .p2 directory in the user's home directory is used.

对于较新的Eclipse,使用Oomph安装程序安装用户主目录中的.p2目录。

Note: directories starting with . are usually hidden by Linux.

注意:目录以。通常隐藏在Linux中。

#1


3  

Eclipse traditionally puts plugins in the Eclipse install location in a 'plugins' directory.

Eclipse通常将插件放在“插件”目录中的Eclipse安装位置。

If that location is not writeable then a .eclipse directory in the user's home directory is used.

如果该位置不可写,则使用用户主目录中的.eclipse目录。

For newer Eclipse installs using the Oomph installer a .p2 directory in the user's home directory is used.

对于较新的Eclipse,使用Oomph安装程序安装用户主目录中的.p2目录。

Note: directories starting with . are usually hidden by Linux.

注意:目录以。通常隐藏在Linux中。