Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the location of 'plugins' directory for eclipse mars in mac OSX?

I was trying to install the eclipse plug-in for an assignment. But the problem is, my installed eclipse's version is mars, which means I can not find the location of the 'plugins' directory, which was used to save plug-in jar files.

I've updated the eclipse Luna to Mars recently. When I installed(unzipped) the eclipse luna, I remember that there was 'plugins' directory and other things (including eclipse.app) were in the 'eclipse' directory. However, The mars, archive file just gives me an eclipse.app!..

Could you tell me how to add the plugin(*.jar, in my case, UMLet) to eclipse mars on Mac OSX? I have to do my assignment.. The due is coming..

like image 360
Cho4sure Avatar asked Nov 22 '15 18:11

Cho4sure


People also ask

Where are Eclipse plugins installed on Mac?

It should be the folder named "plugins" right under the main Eclipse folder.

Where are Eclipse plugins located?

One way of finding out is to select Help > About Eclipse Platform >. From this dialog, click Plug-in Details to get a list of all installed plug-ins, along with vendor and version information.

Where are Eclipse Marketplace plugins installed?

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 .


1 Answers

In my case (Mars on Mac version Darwin 14.5.0, installed with Eclipse installer) I found the plugins folder in MY_HOME_DIRECTORY/.p2/pool/plugins . I found this path with this: Eclipse -> About Eclipse -> Installation Details -> Configuration -> property --launcher.library

like image 192
Babu Avatar answered Sep 18 '22 03:09

Babu