If you have not already done so, download Eclipse. The classroom & lab PCs should have Eclipse Photon & Java 8 installed, but any earlier version of Eclipse for Java Developers should be sufficient for the work we will do in CSC205.
- Eclipse tutorial
- An Eclipse set up guide that also walks through installing the Java SDK
Class example code will be posted on GitHub. We will also be doing projects that require GitHub to download the starter code. It will be a good idea now to spend some time learning how it works.
- You will first need to set up Git on your computer.
- If you have an older version of Eclipse (recent version already include it) can install Git integration into Eclipse using EGit. If you decide to use EGit, make sure you go through the configuration steps listed in the User's Guide.
- I found this tutorial a bit better than the ones from the official site.
You may also want to practice using GitHub to keep your assignments, but if you do make sure you use a private repo.