HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/scripts/extras/java_read_properties/README.md
# 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.