Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个奇怪的问题,每次执行以下代码时,操作系统都会死机,或者出现蓝屏死机。我试过用JAVA 1.6和1.7编译它
JFrame f = new JFrame(); f.setSize(100,100); f.setVisible(true);
我正在运行 Windows 8
当公司从 XP 升级到 7 时,我遇到了同样的问题。通过升级到 JRE 解决了。只需移动到您正在使用的任何 JRE 主要版本的最新版本。