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.
-- http://mail.python.org/mailman/listinfo/python-list
