Talking to Java from Python?

Etienne Labuschagne ELabuschagne at gims.com
Thu May 2 12:04:32 EDT 2002


Hi there,

This may sound stupid, but is it possible to create a "bridge" .dll between
Python and Java code?  I am thinking of something that can be imported by
Python and also by Java (using maybe JNI?) and so be able to get the two to
talk to each other.  I know about Jython, but that is sometimes not the
solution.

I know one can use sockets or something like XML-RPC or Soap to get the two
to communicate, but I am hoping for something more along the lines above.

Regards
Etienne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20020502/e5c84e69/attachment.html>


More information about the Python-list mailing list