jtypes.javabridge: running and interacting with the JVM from Python =================================================================== The **jtypes.javabridge** Python 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. `PyPI record `_. **jtypes.javabridge** is an almost fully compliant implementation of Lee Kamentsky's and Vebjorn Ljosa's good known **Javabridge** package. Original **javabridge** was developed for `CellProfiler `_, where it is used together with `python-bioformats `_ to interface to various Java code, including `Bio-Formats `_ and `ImageJ `_. `Original documentation `_ .. toctree:: :maxdepth: 2 :caption: Contents: README installation hello start_kill javascript highlevel lowlevel java2python unittesting developers CHANGES Indices and tables ================== * :ref:`genindex` * :ref:`search`