Instructions for creating a Forkjoin project with Java 7

These instructions assume you're using Eclipse.
In Eclipse, there are generally many ways to do the same thing; the procedure below should work, but there may be other ways as well.
  1. If it's not on your computer, download Java 7. It should already be on cse lab computers.
  2. Create a 'New Java Project' from the File menu
  3. On this first window, you need to set it to 'Use a project specific JRE' of 'jre7'. If this is your first Java 7 project, that option won't be available yet, so you need to do the following:
  4. Now you should be able to just select 'Use a project specific JRE' to be 'jre7' in the future