https://github.com/devlights/try-java
This is my TUTORIAL project for Java.
https://github.com/devlights/try-java
java tutorial
Last synced: about 2 months ago
JSON representation
This is my TUTORIAL project for Java.
- Host: GitHub
- URL: https://github.com/devlights/try-java
- Owner: devlights
- License: mit
- Created: 2016-09-01T05:17:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T01:00:15.000Z (about 3 years ago)
- Last Synced: 2025-02-08T00:44:13.059Z (4 months ago)
- Topics: java, tutorial
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-java
[](https://www.codefactor.io/repository/github/devlights/try-java)
[](https://gitpod.io/#https://github.com/devlights/try-java)This is my TUTORIAL project for Java.
# Environments
```sh
gitpod /workspace/try-java $ java -version
Picked up JAVA_TOOL_OPTIONS: -Xmx1879m
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)
```# How to run
```sh
$ make
```