AbVog
AbVog

Reputation: 1575

How to determine which Eclipse feature provides a specific jar file

I am the happy user of a Terminal view in my work and home instances of Eclipse Oxygen.2. According to the process manager on my Windows 10 system, the terminal is in this path:

D:\Programs\Eclipse Oxygen\plugins\org.eclipse.cdt.core.win32.x86_64_5.4.1.201709131603\os\win32\x86_64\winpty-agent.exe

Given that I haven't installed the CDT feature, I am guessing that one of my installed features drew this plugin in.

I would like to benefit from direct integration of a terminal in my other Eclipse instances so I can build some of my projects from within Eclipse, instead of switching to a different window.

More generally, is it possible to determine which feature provides a specific plugin? Other than by uninstalling features one by one until the terminal view is no longer available.

EDIT: These are some tabs in Eclipse Installation Details.

Installed Software tab

I can see plugins related to the terminal: Plug-ins tab, filtered by "terminal" keyword

But none of these providers can be seen in the Features tab (excerpt, sorted by provider):

Features tab

Upvotes: 0

Views: 42

Answers (1)

Loganathan
Loganathan

Reputation: 921

It is TM Terminal that provides this feature. This can be installed to eclipse from the market place: http://marketplace.eclipse.org/content/tm-terminal

Upvotes: 1

Related Questions