[Pyrex] Interfacing Java and Python through JNI and Cython

Christian Heimes lists at cheimes.de
Tue May 19 17:31:28 CEST 2009


Franck Pommereau schrieb:
> Dear all,
> 
> I've just posted on my blog a text about how to call Python functions
> from Java, using a wrapper written in Cython and the Java Native
> Interface (JNI). Feedback and comments are welcome!
> 
>     http://pommereau.blogspot.com/
> 
> I'm only referring to Cython because its the one I'm mainly using, but
> this would certainly work as well with Pyrex.

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.

Christian




More information about the Pyrex mailing list