https://github.com/rvm/java_read_properties
Read java system properties
https://github.com/rvm/java_read_properties
Last synced: 11 months ago
JSON representation
Read java system properties
- Host: GitHub
- URL: https://github.com/rvm/java_read_properties
- Owner: rvm
- License: other
- Created: 2013-09-08T22:56:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T23:11:42.000Z (over 12 years ago)
- Last Synced: 2025-02-24T23:58:57.584Z (11 months ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Read Properties
Read java system properties
## Usage
Download [ReadProperties.class](https://github.com/mpapis/java_read_properties/releases/download/1.0.0/ReadProperties.class)(right click - save as) or:
wget https://github.com/mpapis/java_read_properties/releases/download/1.0.0/ReadProperties.class
Run:
java ReadProperties java.home
And it will display:
/usr/lib64/jvm/java-1.7.0-openjdk-1.7.0/jre
## Development
Fork the repository and open pull request with changes.