kloppi
LTLeaning Technologies
•Created by Elias on 3/21/2024 in #support
Options for running Java versions more recent than Java 8
I'm trying to instead compile my code to Java 8 with
javac -source 1.8 -target 1.8
. The code compiles fine, but when trying to run it with CheerpJ, it still says "Uncaught (in promise) CheerpJ only supports Java 8 at this time."13 replies