An open API service indexing awesome lists of open source software.

https://github.com/brlin-tw/getting-started-with-java-lab

Documenting the process of doing the "Getting Started with Java" tutorial <https://dev.java/learn/getting-started/>.
https://github.com/brlin-tw/getting-started-with-java-lab

java lab-projects tutorial

Last synced: 12 months ago
JSON representation

Documenting the process of doing the "Getting Started with Java" tutorial <https://dev.java/learn/getting-started/>.

Awesome Lists containing this project

README

          

# "Getting Started with Java" tutorial lab

Documenting the process of doing [the "Getting Started with Java" tutorial](https://dev.java/learn/getting-started/).


[![The GitLab CI pipeline status badge of the project's `main` branch](https://gitlab.com/brlin/getting-started-with-java-lab/badges/main/pipeline.svg?ignore_skipped=true "Click here to check out the comprehensive status of the GitLab CI pipelines")](https://gitlab.com/brlin/getting-started-with-java-lab/-/pipelines) [![GitHub Actions workflow status badge](https://github.com/brlin-tw/getting-started-with-java-lab/actions/workflows/check-potential-problems.yml/badge.svg "GitHub Actions workflow status")](https://github.com/brlin-tw/getting-started-with-java-lab/actions/workflows/check-potential-problems.yml) [![pre-commit enabled badge](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white "This project uses pre-commit to check potential problems")](https://pre-commit.com/) [![REUSE Specification compliance badge](https://api.reuse.software/badge/gitlab.com/brlin/getting-started-with-java-lab "This project complies to the REUSE specification to decrease software licensing costs")](https://api.reuse.software/info/gitlab.com/brlin/getting-started-with-java-lab)

\#java \#tutorial \#lab-projects

## Errata

The following are the problems in the tutorial I found while doing the lab:

### In the "Compiling and Running Your First Java Program" section

* Step 2.: /by typing the following./by typing the following command./
* Step 2.: The given command should be `javac -version`, not `java -version`.
* Step 2.: Subsequent paragraphs have wrong indentation.
* Step 3.: Subsequent paragraphs have wrong indentation.

## Licensing

Unless otherwise noted([comment headers](https://reuse.software/spec-3.3/#comment-headers)/[REUSE.toml](https://reuse.software/spec-3.3/#reusetoml)), this product is licensed under [the MIT license](https://opensource.org/license/mit), or any of its more recent versions of your preference.

This work complies to [the REUSE Specification](https://reuse.software/spec/), refer to the [REUSE - Make licensing easy for everyone](https://reuse.software/) website for info regarding the licensing of this product.