[pypy-dev] System calls in Java

Antonio Cuni anto.cuni at gmail.com
Wed Dec 5 20:28:20 CET 2007


Niko Matsakis wrote:
>> there's been some discussion on Jython lists and some experimenting  
>> by JRuby
>> people to use JNA (https://jna.dev.java.net/ ) which is a sort of  
>> ctypes for java,
>> for this sort of purposes.
> 
> This is perfect!  I just tried it out and it worked very well.

Hi Niko,

I noticed that your recent changes have broken the translation of 
pypy-jvm on tuatara, because now pypy-jvm requires jna, and it's not 
installed there.

I tried to download jna from the web but I failed to understand what 
package(s) I need; do I need only jna.jar and/or the platform specific jar?

I wonder whether it might make sense to include the .jar directly in our 
svn repo, to drop the external dependency on jna and simplify the life 
of those that want to build pypy-jvm by themselves.

ciao Anto



More information about the Pypy-dev mailing list