Spycsh / hesse

a temporal graph analytics library based on Flink Stateful Functions
11 stars 4 forks source link

JNI error: Exception in thread "main" java.lang.UnsupportedClassVersionError #8

Closed Spycsh closed 2 years ago

Spycsh commented 2 years ago
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/undertow/server/HttpHandler has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
java.net.UnknownHostException: hesse: Temporary failure in name resolution
Spycsh commented 2 years ago

Undertow latest version was not compatible. Specifying in POM the old version fixed this problem