NullPointerException in invokeLater while running through Java Webstart

前端 未结 5 1534
心在旅途
心在旅途 2020-11-29 06:52

After upgraded from JRE 1.7.0_21 to 1.7.0_25-b15 my application started to throw NullPointerException in SwingUtilities.invokeLater(...) when it is run from Java WebStart. S

5条回答
  •  被撕碎了的回忆
    2020-11-29 07:31

    Java 7u65 which came out yesterday (2014-07-15) claims to have fixed this or a very similar issue, in JDK-8019724. I'm testing right now to find out - a driver from one of our vendors doesn't function under Java Web Start, and it has been keeping us on Java 6.

    ETA: Yes, it looks like this resolves our problems!

提交回复
热议问题