Berstanio / gdx-graalhelper

Experimental helper for libGDX to build GraalVM native-image.
Apache License 2.0
12 stars 2 forks source link

Investigate GraalVM for JDK 21 breakage #6

Closed Berstanio closed 11 months ago

Berstanio commented 11 months ago
Error: Feature defined by com.anyicomplex.gdx.lwjgl3.svm.ReflectionRegistrationFeature unexpectedly failed with a(n) java.lang.RuntimeException. Please report this problem to the authors of com.anyicomplex.gdx.lwjgl3.svm.ReflectionRegistrationFeature.

Originally posted by @ThanosFisherman in https://github.com/Berstanio/gdx-graalhelper/issues/5#issuecomment-1800272302

Berstanio commented 11 months ago

@ThanosFisherman The issue should be resolved, can you give the 1.12.1.1-SNAPSHOT version a try? Or the https://github.com/Berstanio/gdx-graalhelper/commit/4528686364319503aaaba8021418a0b00bd0c92b commit, if you are using jitpack.

ThanosFisherman commented 11 months ago

Hi @Berstanio Indeed it worked like a charm now with GraalVM 21! Great work :)