Python-Java bridge
Project description
JPype is an effort to allow python programs full access to java class libraries. This is achieved not through re-implementing Python, as Jython/JPython has done, but rather through interfacing at the native level in both Virtual Machines.
Eventually, it should be possible to replace Java with python in many, though not all, situations. JSP, Servlets, RMI servers and IDE plugins are good candidates.
Once this integration is achieved, a second phase will be started to separate the Java logic from the Python logic, eventually allowing the bridging technology to be used in other environments, I.E. Ruby, Perl, COM, etc …
- Known Bugs/Limitations :
Java classes outside of a package (in the <default>) cannot be imported.
unable to access a field or method if it conflicts with a python keyword.
Because of lack of JVM support, you cannot shutdown the JVM and then restart it.
Some methods rely on the “current” class/caller. Since calls coming directly from python code do not have a current class, these methods do not work. The User Manual lists all the known methods like that.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jpypex-0.5.4.2.tar.gz
.
File metadata
- Download URL: jpypex-0.5.4.2.tar.gz
- Upload date:
- Size: 75.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c89ce7e3955b85a9c63e233b9bb0945905d3313919126f7a218fe41a041d6b3a |
|
MD5 | 01d42e2867e7633b2b501b2a36f9bc07 |
|
BLAKE2b-256 | 2a18c504701784d4644f05c53a029cd8c98f9b6ae0092d38e34dd7d2b027e384 |