Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are plugins/tools installed from the Eclipse marketplace located on linux? (Mars)

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?

like image 649
Andle Avatar asked Dec 08 '16 17:12

Andle


1 Answers

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

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

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

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

like image 101
greg-449 Avatar answered Sep 24 '22 16:09

greg-449