GitHub
github.com › bcdev › jpy
GitHub - bcdev/jpy: A bi-directional Python-Java bridge used to embed Java in CPython or the other way round. · GitHub
August 5, 2021 - jpy is a bi-directional Python-Java bridge which you can use to embed Java code in Python programs or the other way round. It has been designed particularly with regard to maximum data transfer speed between the two languages.
Starred by 188 users
Forked by 37 users
Languages C 54.6% | Java 25.9% | Python 18.7%
PyPI
pypi.org › project › python-javabridge
python-javabridge · PyPI
The python-javabridge package makes it easy to start a Java virtual machine (JVM) from Python and interact with it. Python code can interact with the JVM using a low-level API or a more convenient high-level API.
» pip install python-javabridge
Videos
pytz
pythonhosted.org › javabridge
javabridge: running and interacting with the JVM from Python — python-javabridge 1.0.12 documentation
The javabridge Python package makes it easy to start a Java virtual machine (JVM) from Python and interact with it.
Readthedocs
jpy.readthedocs.io
Welcome to jpy’s documentation! — jpy 0.9.0 documentation
jpy is a bi-directional Java-Python bridge allowing you to call Java from Python and Python from Java.
Py4j
py4j.org
Welcome to Py4J — Py4J
Py4J - A Bridge between Python ... Enter search terms or a module, class or function name. Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine....
GitHub
github.com › LeeKamentsky › python-javabridge
GitHub - LeeKamentsky/python-javabridge: Python wrapper for the Java Native Interface
The javabridge Python package makes it easy to start a Java virtual machine (JVM) from Python and interact with it.
Starred by 117 users
Forked by 64 users
Languages Python 93.1% | Cython 4.4% | C 1.5% | Python 93.1% | Cython 4.4% | C 1.5%
Deephaven
deephaven.io › core › docs › how-to-guides › use-jpy
Use jpy | Deephaven
jpy is a bi-directional Java-Python bridge that facilitates calling Java from Python and vice versa. Python programs that use jpy can access Java functionalitie...
PyPI
pypi.org › project › jpy
jpy · PyPI
jpy is a bi-directional Python-Java bridge which you can use to embed Java code in Python programs or the other way round. It has been designed particularly with regard to maximum data transfer speed between the two languages.
» pip install jpy
PyPI
pypi.org › project › javabridge
javabridge · PyPI
The python-javabridge package makes it easy to start a Java virtual machine (JVM) from Python and interact with it. Python code can interact with the JVM using a low-level API or a more convenient high-level API.
» pip install javabridge
Readthedocs
jpy.readthedocs.io › en › latest › intro.html
Introduction — jpy 0.9.0 documentation
jpy is a bi-directional Python-Java bridge which you can use to embed Java code in Python programs or the other way round. It has been designed particularly with regard to maximum data transfer speed between the two languages.
Talvi
talvi.net › posts › a-brief-overview-of-python-java-bridges-in-2020.html
A brief overview of Python-Java bridges in 2020 - talvi.net
January 10, 2020 - Python code can interact with the JVM using a low-level API or a more convenient high-level API. The documentation seems a little sparse, but for calling jarred Java code from Python it seems to work smoothly. A comment on this issue mentions that the ‘two most useful classes’ are JWrapper and JClassWrapper.
Anaconda.org
anaconda.org › conda-forge › python-javabridge
Python Javabridge | Anaconda.org
Python wrapper for the Java Native Interface copied from cf-staging / python-javabridge
GeoAPI
geoapi.org › java-python
GeoAPI Java-Python bridge | GeoAPI
May 5, 2025 - The GeoAPI Java ↔ Python bridge also requires JPY, a bi-directional bridge used to embed Java in CPython or the other way round. JPY has been designed particularly with regard to maximum data transfer speed between the two languages. This page explains how to build JPY locally.
pytz
pythonhosted.org › javabridge › installation.html
Installation and testing — python-javabridge 1.0.12 documentation
Create and activate a virtualenv ... your system-wide python installation with new packages. ... If you do not have a C compiler installed, you can install the Windows SDK 7.1 and .Net Framework 4.0 to perform the compile steps. You should install a Java Development Kit (JDK) ...
pytz
pythonhosted.org › javabridge › java2python.html
Calling Python from Java — python-javabridge 1.0.12 documentation
The Javabridge loads a Java class, org.cellprofiler.javabridge.CPython, that can be used to execute Python code.
PyPI
pypi.org › project › jtypes.javabridge
jtypes.javabridge · PyPI
Running and interacting with the JVM from Python (ctypes/cffi-based javabridge).
» pip install jtypes.javabridge
Published Nov 10, 2024
Version 4.0.4b1
Rpaframework
rpaframework.org › libraries › javaaccessbridge › python.html
Python API — RPA Framework documentation
The library utilizes java-access-bridge-wrapper package to interact with Java UI.