Search Results

4
votes

Do I have to explicitly call System.exit() in a Webstart application?

Because of bugs in WebStart, yes. WebStart starts up a "secure thread" for it's own purposes that interacts with the EDT. This SecureThread prevents the automatic termination of the Java process …