I am writing an Eclipse product, composed of plugins.
In one of my plugins, I need to get the absolute path to the directory where Eclipse is installed.
(i.e. /Applications/Eclipse on Mac or C:\Program Files\Eclipse on Win).
Can’t find an API for this. Ideas?
codejammer suggests:
See the
org.eclipse.core.runtime.PlatformAPI