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
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