Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2006-11-03 13:56:46
Size: 681
Editor: 146
Comment: Started the page
Revision 7 as of 2006-11-03 16:41:59
Size: 0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off

= Tools for scripting Java using Python =

This page lists tools for Java/Python interoperatbility.



[http://jepp.sourceforge.net/ Jepp] embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal.

[http://jpe.sourceforge.net/ JPE]

[http://www.jython.org/Project/index.html Jython]

[http://jpype.sourceforge.net/ 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.

ScriptingJava (last edited 2008-11-15 14:00:58 by localhost)

Unable to edit the page? See the FrontPage for instructions.