Skip to main content

Java utilities

Project description

java-utilities

java-utilities is a helper package to run and introspect a java binary. It can be used as a library, or with the provided standalone scripts.

Quickstart

A virtual environment is recommended.

To use from the command line:

pip install java-utilities

java-home

java-property java.specification.version

To use from python:

from java_utilities import java_home, lookup_property

print(f"Java home is '{java_home()}'")

property_name = "java.specification.version"
print(f"Java specification version is '{lookup_property(property_name)}'")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

java-utilities-0.3.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

java_utilities-0.3.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page