Re: Jython / Java / C / C++ interoperability

2007-02-12 Thread Roman Yakovenko
On 12 Feb 2007 09:57:48 -0800, Charity <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a code base primarily written in Java. I would like to use > Jython to "use" this code base. Everything is wonderful because > Jython calls Java easily. > > However, there may be a time when I would like to cal

Jython / Java / C / C++ interoperability

2007-02-12 Thread Charity
Hi all, I have a code base primarily written in Java. I would like to use Jython to "use" this code base. Everything is wonderful because Jython calls Java easily. However, there may be a time when I would like to call C/C++ from Jython. I can't do this directly, can I? Would I have to wrap