-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<h1 align="center">Java Programming</h1> | ||
<p align="center"> | ||
<a href="https://github.com/Alex4386/java-programming/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Alex4386/java-programming/actions/workflows/ci.yml/badge.svg" /> | ||
</a> | ||
</p> | ||
|
||
## 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](https://maven.apache.org/download.cgi) 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. |