Can't run sample #1182
Replies: 3 comments 1 reply
-
You need at to use Java 21 or later, but it looks like you are trying to run with Java 11. You can download a latest jre from https://adoptium.net/temurin/releases/ |
Beta Was this translation helpful? Give feedback.
-
OK, tried that but same error now java version is:- java -version Many thanks |
Beta Was this translation helpful? Give feedback.
-
OK. Just downloaded Java SE Development Kit 23.0.2, now it all runs with the monaco area. Thanks for the quick response and heads up, I will close this now. |
Beta Was this translation helpful? Give feedback.
-
I have installed the latest version of java on Windows 10, downloaded the latest jar file when I run it on the command line I get the error:-
Error: LinkageError occurred while loading main class com.onthegomap.planetiler.Main
java.lang.UnsupportedClassVersionError: com/onthegomap/planetiler/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Anyone seen this?, thanks.
Beta Was this translation helpful? Give feedback.
All reactions