Using java program how to check that particular project (eq DemoProject) is available in current workspace of eclipse (the program should work on any machines also it should not system specific)?
Using java program how to check that particular project (eq DemoProject ) is available
Share
If you are talking about a Java program running from within Eclipse itself, as a plugin, you can try getting the project with:
, using the
org.eclipse.core.resources.IWorkspaceRootand test that resource (theorg.eclipse.core.resources.IProject.