Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
Iproject path
.
Show all posts
Showing posts with label
Iproject path
.
Show all posts
Friday, August 22, 2014
How to get eclipse workspace project path ?
public String getProjectPath(IProject project) {
String absolutePath = project.getLocation().toFile().getAbsolutePath();
return absolutePath ;
}
Older Posts
Home
Subscribe to:
Posts (Atom)