Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
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();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment