提交 2e9039da 编写于 作者: A Ahmed Ashour 提交者: skylot

fix(gui): show java version, instead of VM version in about dialog (PR #489)

上级 650cf315
......@@ -34,7 +34,7 @@ class AboutDialog extends JDialog {
version.setAlignmentX(0.5f);
String javaVm = System.getProperty("java.vm.name");
String javaVer = System.getProperty("java.vm.version");
String javaVer = System.getProperty("java.version");
javaVm = javaVm == null ? "" : javaVm;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册