InterruptedException after cancel file open dialog - 1.6.0_26

后端 未结 5 596
抹茶落季
抹茶落季 2020-12-31 13:06

The output from the code that follows is:

java.vendor     Sun Microsystems Inc.
java.version    1.6.0_26
java.runtime.version    1.6.0_26-b03
sun.arch.data.m         


        
5条回答
  •  天命终不由人
    2020-12-31 13:31

    Try to add a System.gc() call when done with JFileChooser. I had some problems with file locks that this call fixed.

提交回复
热议问题