Details:
terramaster-3.02.jar
Windows 11
java version "1.8.0_431"
java -jar .\terramaster-3.02.jar
Returns the following exception.
WARNING: Couldn't load properties : java.io.FileNotFoundException: terramaster.properties (The system cannot find the file specified)
I've tried a few things include giving it a blank terramaster.properties file, updating JRE to the version above, and downgrading to the 3.00 version. All fail to launch.
When I made a blank terramaster.properties that error went away but I get NoSuchMethodError exception.
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: java.lang.String.isBlank()Z
Not sure what the Z at the end of that is. I'm also really confused about what version of the Java runtime is the latest. Official JRE download gave me "Java 8" I believe. And after going down a rabbit hole of Oracle versioning it appears that is the latest.
Not sure what I'm doing wrong here.
Details:
terramaster-3.02.jar
Windows 11
java version "1.8.0_431"
java -jar .\terramaster-3.02.jarReturns the following exception.
WARNING: Couldn't load properties : java.io.FileNotFoundException: terramaster.properties (The system cannot find the file specified)I've tried a few things include giving it a blank terramaster.properties file, updating JRE to the version above, and downgrading to the 3.00 version. All fail to launch.
When I made a blank terramaster.properties that error went away but I get NoSuchMethodError exception.
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: java.lang.String.isBlank()ZNot sure what the Z at the end of that is. I'm also really confused about what version of the Java runtime is the latest. Official JRE download gave me "Java 8" I believe. And after going down a rabbit hole of Oracle versioning it appears that is the latest.
Not sure what I'm doing wrong here.