Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.11 KB

Java Programming

Syllabus

  • Subject Name: Object-Oriented Programming
  • Subject Code: 14462_001
  • Lecturer: Woongkee Loh
  • Goals:
    • To understand object-oriented principles
    • To strengthen programming ability by programing on many interesting topics
    • To experience a broad range of programming areas including mobile programming
    • To find information and solve problems by students

Build Instructions

This repository utilizes Apache maven for managing project and importing dependencies.
In order to create reproducible builds, Please do the following:

  1. Install JDK 1.8+
  2. Install maven from Apache Maven Project Page and add to your PATH variable. If you are using IntelliJ, Skip this step.
  3. Clone this repository
  4. Run mvn package.
  5. The target JAR file is generated at target/ directory.

License

Not yet licensed.