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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment