Message6231

Author MrMeanie
Recipients MrMeanie
Date 2010-11-07.23:55:39
SpamBayes Score 0.012957161
Marked as misclassified No
Message-id <1289174140.29.0.304465913874.issue1675@psf.upfronthosting.co.za>
In-reply-to
Content
When executing a Python file with the command line:

jython program.py

The Jython interpreter exits immediately with System.exit() upon finishing executing the script.
The result is that any Swing windows that are open are closed immediately, upon Jython reaching the end of the program (instead of waiting for the user to close them) - Swing applications cannot run normally.
History
Date User Action Args
2010-11-07 23:55:40MrMeaniesetrecipients: + MrMeanie
2010-11-07 23:55:40MrMeaniesetmessageid: <1289174140.29.0.304465913874.issue1675@psf.upfronthosting.co.za>
2010-11-07 23:55:40MrMeanielinkissue1675 messages
2010-11-07 23:55:39MrMeaniecreate