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

后端 未结 5 1240
心在旅途
心在旅途 2021-01-12 04:49

Recently I converted a Swing application to Webstart. The process was pretty straightforward, but I found that after I close all windows, my application\'s JVM did not termi

5条回答
  •  再見小時候
    2021-01-12 05:35

    I experience the same issue with web start. If i turn off java console, the process does not hang up. Any known bug id from Sun?

提交回复
热议问题