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

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.

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
```