Contents

JPype1 1.5.0

0

A Python to Java bridge.

A Python to Java bridge.

Stars: 1104, Watchers: 1104, Forks: 179, Open Issues: 114

The jpype-project/jpype repo was created 12 years ago and the last code push was 15 hours ago.
The project is very popular with an impressive 1104 github stars!

How to Install jpype1

You can install jpype1 using pip

pip install jpype1

or add it to a project with poetry

poetry add jpype1

Package Details

Author
Steve Menard
License
License :: OSI Approved :: Apache Software License
Homepage
https://github.com/jpype-project/jpype
PyPi:
https://pypi.org/project/JPype1/
GitHub Repo:
https://github.com/jpype-project/jpype

Classifiers

  • Scientific/Engineering
  • Software Development
No  jpype1  pypi packages just yet.

Errors

A list of common jpype1 errors.

Code Examples

Here are some jpype1 code examples and snippets.

GitHub Issues

The jpype1 package has 114 open issues on GitHub

  • py setup.py install failing
  • jpype.dbapi2: getParameterMetaData not implemented
  • Fix issue with numpy arrays.
  • Can JPype work well in multiprocess?
  • Investigate if Panama instead of JNI can help to speed up JPype
  • JVM crashes when converting a single-element numpy array to a Java float[]
  • Pickling a Python object that references Java types
  • fix - #1016: Make functional conversion check argument count

See more issues on GitHub

Related Packages & Articles

JayDeBeApi 1.2.3

Use JDBC database drivers from Python 2/3 or Jython with a DB-API.

icecream 2.1.3

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.