Eclipse (Mars 4.5.1) installed with the Eclipse Installer does not recognize new plugin

280 Views Asked by At

after copying a plugin to the plugin-folder (C:\Users\myUserName.p2\pool\plugins) eclipse does not show/use this plugin.

This is the first time i used the installer for eclipse and i did not expect that you can't copy plugins anymore.

Does that mean i have to go back to the zip package?

-Christian

1

There are 1 best solutions below

0
On

Your problem is not directly linked to the new Eclipse Installer.

Eclipse P2 Update Site

A P2 Update site (this is also more or less what you bundle pool is) consists of folders (plugins, features …) containing jars and/or bin files and some XML Files named artifacts.xml and content.xml (sometimes those files are also packed in jar files).

The XML Files keep a record of the available plugins. You cannot add something manually without tampering your pool.

You should install additional plugins with the “Install new software…” of Eclipse. If you like to automate this installation process for each of your installations (or inside a team), you can work with the Oomph setup file to do it.