Open GoogleCodeExporter opened 9 years ago
[deleted comment]
we will face an problem that the default classloader used in the Activity can
not
find the jython classes by Class.forName(),so when i tried to run the jython in
gui
mode, i have to use two threads:one is the JythonServer that provide an service
for
interpret the python sentence, and the other is the Jythonroid which runs the
gui.
these two thread communicate via sockets.
Original comment by juanzhew...@gmail.com
on 11 Apr 2008 at 4:51
Thank your reply,
Could we put jythonserver on the service?
The service can be launched when phone boot up.
So we supply two parts,
one is jython service which supply jython interprete function and accept jython
activity python execute.
another is jython activity, which is the GUI for user.
Original comment by liuhuado...@gmail.com
on 14 Apr 2008 at 1:34
Original issue reported on code.google.com by
liuhuado...@gmail.com
on 11 Apr 2008 at 7:06