Suggest user to install latest Java 8 to avoid potentional game crashing
This commit is contained in:
@@ -63,6 +63,10 @@ public final class JavaVersion {
|
||||
return platform;
|
||||
}
|
||||
|
||||
public VersionNumber getVersionNumber() {
|
||||
return VersionNumber.asVersion(longVersion.replace('_', '.'));
|
||||
}
|
||||
|
||||
/**
|
||||
* The major version of Java installation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user