Project files for the three most popular Java IDEs (Eclipse, NetBeans, and IntelliJ) are included with this starting point. Instructions for each IDE are below.
In addition to the IDE project files, the starting point also includes a Maven POM. If you prefer, feel free to use Maven directly (or to create our own IDE configuration).
This starting point includes the following libraries:
Of course, to develop in Java, you need Java.
Install Java SE SDK 6. At the time this file was written, the latest version for download was Java SE 6 Update 29.
Install Eclipse IDE for Java Developers.
Note: the starting point was tested on the Indigo Eclipse Release.
- Launch Eclipse
- Select File -> Import..
- Select General -> Existing Projects into Workspace
- Browse to where you have the starting points checked-out.
- Select the java folder
- Make sure conways-game-of-life-java is checked in the Projects list.
- Click Finish
- Enjoy!
Install NetBeans. You only need the edition which contains just Java SE. You don't need any of the other tools for the Coderetreat.
Note: the starting point was tested on version 7.0.1.
- Launch NetBeans
- Select File -> Open Project..
- Browse to where you have the starting points checked-out.
- Select the java folder.
- Click Open Project
- Enjoy!
Install IntelliJ IDEA Community Edition.
Note: the starting point was tested on version 10.5.
- Launch IntelliJ IDEA
- Select File -> Open Project...
- Browse and select the java folder
- Click Ok
- Enjoy!