Creating an Eclipse Java Project from an Existing Directory Structure and Source

If you are keeping your code and configs in a repository, more likely than not (and it is recommended) that you do not also store your IDE specific configurations or files within the repo.

As such, you will only keep the bare minimum of IDE independent files in your repository and when you check out a copy of it you will have an existing set of directories and files that you will use to create a project with in Eclipse.→ Continue reading “Creating an Eclipse Java Project from an Existing Directory Structure and Source”