You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately there is a bug in GraalVM 17, that was fixed by Oracle in GraalVM 21 (see oracle/graal#6457). To make it work on 17 we added a custom native-image.properties configuration, that has the same effect as the fix automatically applied on GraalVM 21. However on GraalVM 21 this configuration clashes with the provided fix and produces an error.
As SFlight uses Java 17 by default, I would like to keep it compatible with GraalVM 17 by default. If you want to run with 21 you need to remove the native-image.properties file before building the application (make sure to add clean to your Maven build command, if built previously). Then it works with GraalVM 21.
Hi colleagues,
as already talked to Marc
Best Regards
Chr
The text was updated successfully, but these errors were encountered: