Error when loading a class (cheerpjRunLibrary)
This is my first time using CheerpJ, so I'm sure it's a silly mistake on my part...
As you can see in the console output in the picture, my library successfully loads, but then the class fails to load.
This is my js code:
The directory structure:
The pom.xml
And the java file
I would appreciate any help!

1 Reply
Solved! It was a silly mistake.
java.lang.UnsupportedClassVersionError because I compiled it with Java 17, but CheerpJ is set to Java 8 by default.