https://github.com/lucascompython/getsystemproperty-java
This is very simple java program to get system properties.
https://github.com/lucascompython/getsystemproperty-java
java
Last synced: about 1 year ago
JSON representation
This is very simple java program to get system properties.
- Host: GitHub
- URL: https://github.com/lucascompython/getsystemproperty-java
- Owner: lucascompython
- License: gpl-3.0
- Created: 2022-05-26T21:00:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T21:12:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T09:28:26.997Z (about 1 year ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetSystemProperty-Java
This is very simple java program to get system properties.
## Installation && Execution
```bash
git clone https://github.com/lucascompython/GetSystemProperty-Java.git
cd GetSystemProperty-Java
javac GetSystemProperty.java
java GetSystemProperty #if none is specified, all properties are printed, more info with --help
```