Return to Course Content Home

Learning Objectives

This week we a commonly used Java Build tool, that is typically used in many follow-on courses within this Computer Science area. I decided I wanted to cover these topics as they would enable us to talk about Angular, and they have been requested by other instructors that students should be at least familiar with the tools.

Students will be able to

  1. Understand the need for Java Build Tools
  2. Understand what Maven is used for, how to install and configure it, and build a simple runnable JAR file
  3. Incorporate the Maven plugin into Eclipse, and build a simple runnable JAR file