1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
JPype documentation
===================
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.
Parts of the documentation
==========================
.. toctree::
:maxdepth: 2
install
userguide
CHANGELOG
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|