Re: how can I invoke a Java code?

2007-03-23 Thread Jarek Zgoda
momobear napisał(a): > A friend of my write a Java program, and I want use it in my python > program as a module. I searched the topic in Google and find maybe the > better way is use GCJ to compile it. Is there any other way for me? > the simple and speediness choice the better. thanks. If the s

Re: how can I invoke a Java code?

2007-03-23 Thread Laurent Pointal
momobear a écrit : > A friend of my write a Java program, and I want use it in my python > program as a module. I searched the topic in Google and find maybe the > better way is use GCJ to compile it. Is there any other way for me? > the simple and speediness choice the better. thanks. See my lin

Re: how can I invoke a Java code?

2007-03-22 Thread momobear
> If you're wanting to interact with the code, your best option may be > Jython, an implementation of Python in Java. I do have to interact with Java module, and when talk about Jython, since I use third parts of python modules I am puzzled about it. -- http://mail.python.org/mailman/listinfo/py

Re: how can I invoke a Java code?

2007-03-22 Thread Michael Ekstrand
On Thu, 22 Mar 2007 17:49:01 -0700, momobear wrote: > A friend of my write a Java program, and I want use it in my python > program as a module. I searched the topic in Google and find maybe the > better way is use GCJ to compile it. Is there any other way for me? the > simple and speediness choic

how can I invoke a Java code?

2007-03-22 Thread momobear
A friend of my write a Java program, and I want use it in my python program as a module. I searched the topic in Google and find maybe the better way is use GCJ to compile it. Is there any other way for me? the simple and speediness choice the better. thanks. -- http://mail.python.org/mailman/lis