Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Friday, August 22, 2014
How to get eclipse workspace project path ?
public String getProjectPath(IProject project) {
String absolutePath = project.getLocation().toFile().getAbsolutePath();
return absolutePath ;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment