Suggest user to install latest Java 8 to avoid potentional game crashing

This commit is contained in:
huangyuhui
2018-08-21 20:44:25 +08:00
parent c9391181bd
commit c7bfb9a11d
5 changed files with 41 additions and 11 deletions

View File

@@ -63,6 +63,10 @@ public final class JavaVersion {
return platform;
}
public VersionNumber getVersionNumber() {
return VersionNumber.asVersion(longVersion.replace('_', '.'));
}
/**
* The major version of Java installation.
*