Showing posts with label eclipse installation location. Show all posts
Showing posts with label eclipse installation location. Show all posts

Sunday, September 6, 2015

How to get the Eclipse Installation location ?

Eclipse provided a direct API call for this.

Platform.getInstallLocation().getURL();

To get a string path:

Platform.getInstallLocation().getURL().getPath();