Getting started

If you'd like to start a new Java project using a folder of starter files, these are the steps to take.

If you'd like to add a library or a folder of files to an existing project, see below; at the very bottom are instructions for adding a JUnit test if you already have a project. (From there, you can paste in tests, if some are provided.)








Adding a JUnit test to an existing project with class files

If your project already has class files and you'd like to add test files

Then, click Finish. From there, you should be able to paste the existing test file over top of the starter file created by Eclipse.