[ctypes-users] Re: jython
by Thomas Heller other posts by this author
Nov 3 2005 1:07PM messages near this date
Re: [ctypes-users] Can support for ctypes.com be dropped?
|
RE: [ctypes-users] Re: jython
"Axel Seibert" <axel@[...].org> writes:
> Dear list!
>
> For accessing DLLs from python Thomas provides us with ctypes.
> For accessing DLLs from jython/java, there is JNI. From what I've seen on
> the web, from a user's point of view, they look quite similar, in other
> words you load the DLL, define the c structures as classes and go ahead.
>
> I wonder if anybody has thought or maybe even implemented a layer that will
> enable a ctypes programm to run in jython, using the JNI approach? I could
> very well imagine that by modifying the
> xml2py script one could auto-gerenate the stub code for jython as well. Only
> problem is, that
> I don't speak java.
The only thing that I know of that may be related is 'ctypes for java'.
In the early ctypes days, a guy named Bradley Schatz was interested to
port ctypes to java, and I added him as developer for the ctypes project
on sourceforge. I don't know anything about the status, but there IS
something in CVS, and from time to time I see that Bradley commits
something:
http://cvs.sourceforge.net/viewcvs.py/ctypes/ctypes-java/
You might ask him directly about ctypes-java.
Thomas
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
ctypes-users mailing list
ctypes-users@[...].net
https://lists.sourceforge.net/lists/listinfo/ctypes-users
Thread:
Thomas Heller
Bradley Schatz
|