Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.18 KB

File metadata and controls

25 lines (15 loc) · 2.18 KB

Eclipse Links CSC110 & CSC205

Getting Ready for CSC110 & CSC205

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.

Then, once you have Eclipse installed, you should download the class example & starter code from GitHub (the videos are here also). Then you should regularly update your project to ensure you have the latest code.

Eclipse Tutorials

Git & GitHub

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.