Easeway wrote:
I use os.system invoking java VM, when running in python thread, the java application crashes.

Can you define "crash" more precisely? Isn't there any kind of error message/traceback that would reveal more information about the problem?

Also, how quickly do you get this crash?  Instantly,
shortly after starting, a long time after starting,
at completion of the Java processes (maybe check to
see whether the entire javac has executed, or some
other sign of completion), or ?

-Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to