Re: Interfacing Java and Python through JNI and Cython

Franck Pommereau <[email protected]> Tue, 19 May 2009 17:36:34 +0200
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
> I'm using JCC (http://pypi.python.org/pypi/JCC/) with great success to
> wrap entire Java project. I'm planing to blog about JCC when I'm done
> with the current project.

Thanks for this link, I didn't know this tool. However, I'm doing just
the reverse: JCC allows Python to call Java, while I needed Java to call
Python.

Cheers,
Franck