Occasional InterruptedException when quitting a Swing application

前端 未结 17 1131
心在旅途
心在旅途 2020-12-05 04:55

I recently updated my computer to a more powerful one, with a quad-core hyperthreading processor (i7), thus plenty of real concurrency available. Now I\'m occasionally

17条回答
  •  一整个雨季
    2020-12-05 05:13

    This seems to be a bug resolved in Java 1.7.

    Configured my Eclipse to run in jdk 1.7 and the error went away.

    Yoav

提交回复
热议问题