Istvan Albert wrote:
Steve Menard wrote:
To asnwer your question more fully, the jpype-specific cide is only
for looking up the Classes and startting/stopping the environment. For
everything else, Java objects and classes are used as regular Python
objects.
Thanks for the response. Currently I
Joachim Boomberschloss wrote:
Option iii would also enable writing independent
packages in Python and Java, but its glue layer will
be distributed between Python and Java using Jython
and Pyro (I chose Pyro because it works in both
CPython and Jython, and can be used to communicate
between them).
P
Thanks for the info. I understand now the background
and possibilities, but would like to refine my query:
As I see it, writing a hybrid Java/Python application
faces approximately three possibilities: (i) write the
core in Java and do some scripting with Jython, (ii)
write independent code in Java
Steve Menard wrote:
To asnwer your question more fully, the jpype-specific cide is only for
looking up the Classes and startting/stopping the environment. For
everything else, Java objects and classes are used as regular Python
objects.
Thanks for the response. Currently I don't need to use java
Istvan Albert wrote:
Cameron Laird wrote:
Someone really ought to include a couple of sentences to that effect
on the front page of http://jpype.sf.net/ >.
Now I remember visiting this site, but never understood how it
actually worked. Examples such as:
from jpype import *
startJVM("d:/tools/j2sdk
Istvan Albert wrote:
Now I remember visiting this site, but never understood how it
actually worked. Examples such as:
from jpype import *
startJVM("d:/tools/j2sdk/jre/bin/client/jvm.dll", "-ea")
java.lang.System.out.println("hello world")
shutdownJVM()
in three different versions are the only code
Cameron Laird wrote:
Someone really ought to include a couple of sentences to that effect
on the front page of http://jpype.sf.net/ >.
Now I remember visiting this site, but never understood how it
actually worked. Examples such as:
from jpype import *
startJVM("d:/tools/j2sdk/jre/bin/client/jvm.dl
Cameron Laird wrote:
In article <[EMAIL PROTECTED]>,
Jon Perez <[EMAIL PROTECTED]> wrote:
Can someone summarize in a nutshell what is the
difference between JPype and JPE?
JPE's the original. It provided more functionality than JPype has
achieved so far, I believe (though that could change any d
In article <[EMAIL PROTECTED]>,
Jon Perez <[EMAIL PROTECTED]> wrote:
>Can someone summarize in a nutshell what is the
>difference between JPype and JPE?
JPE's the original. It provided more functionality than JPype has
achieved so far, I believe (though that could change any day). I
think no on
Can someone summarize in a nutshell what is the
difference between JPype and JPE?
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo