Eclipse JDT Tutorial – Dynamic load Java projects to workspace

In previous post, I have shown how to use Java Model to create a new project, access an existing project, and dynamically import/load an existing project directory into workspace. The real question is if we want to parse a large number of projects(e.g. 1000) and those projects do not have .project file under it’s directory. … Read more