aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e4256744ee5f536374219bdd6c0f55f28a5a5aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

Java Basics, simple Java lessons

Original document location.

Git Repository

This project's canonical repositories is hosted on Gothel Software.

Goals

This project is part of a basic computer science class using Java.

Perhaps also have a look at C++ Basics.

Status

Build and test clean using Java 17.

Building Binaries

Build Dependencies

  • Maven >= 3
  • OpenJDK >= 17
  • junit5 >= 5.5.2

Build Procedure

  • Run tests: mvn test
  • Build package: mvn package

IDE Integration

Eclipse

Tested Eclipse 2024-06 (4.32).

IDE integration configuration files are provided for

  • Eclipse with extensions
    • Maven Plugin: M2E - Maven Integration for Eclipse

VSCodium or VS Code

IDE integration configuration files are provided for