B4J Question version of the Java Runtime

Error occurred during initialization of VM
java/lang/UnsupportedClassVersionError: java/lang/Object has been compiled by a more recent version of the Java Runtime (class file version 66.0), this version of the Java Runtime only recognizes class file versions up to 55.0
 

Daestrum

Expert
Licensed User
Longtime User
It just means you are running Java 11 (ver 55) and a library has been compiled using java 22 (ver 66).
 
Upvote 0
Top