提交 8f2e41d1 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Mac OS X: Console tool process did not stop on exit

上级 6b217b23
......@@ -33,6 +33,8 @@ Change Log
</li>
<li>Issue #295: JdbcResultSet.getObject(int, Class) returns null instead of throwing.
</li>
<li>Mac OS X: Console tool process did not stop on exit.
</li>
</ul>
<h2>Version 1.4.192 Beta (2016-05-26)</h2>
......
......@@ -351,9 +351,10 @@ ShutdownHandler {
trayIconUsed = false;
}
System.gc();
// Mac OS X: Console tool process did not stop on exit
System.exit(0);
}
//*/
// System.exit(0);
}
//## AWT ##
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论