Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

java-utilities

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-utilities

Java utilities

  • 0.3.0
  • PyPI
  • Socket score

Maintainers
1

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)}'")

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc