Integration with java (Jpype vs. JPE)

Istvan Albert ialbert at mailblocks.com
Mon Jan 17 10:39:41 EST 2005


Cameron Laird wrote:

> Someone really ought to include a couple of sentences to that effect
> on the front page of <URL: http://jpype.sf.net/ >.

Now I remember visiting this site, but never understood how it
actually worked. Examples such as:

from jpype import *
startJVM("d:/tools/j2sdk/jre/bin/client/jvm.dll", "-ea")
java.lang.System.out.println("hello world")
shutdownJVM()

in three different versions are the only code examples
that to show "complete" working snippets. I'm still
clueless as to how would one say share a list between
python and java.

Istvan.





More information about the Python-list mailing list