[GraalVM 21.3.0.r17] Class initialization of sun.lwawt.macosx.CInputMethod failed
See original GitHub issueWhen using the Java 17 support of GraalVM 21.3.0, multiple quickstarts fail with:
Error: Class initialization of sun.lwawt.macosx.CInputMethod failed. Use the option --initialize-at-run-time=sun.lwawt.macosx.CInputMethod to explicitly request delayed initialization of this class.
It would be interesting to try on other operating systems.
Impact quickstarts:
- awt-graphics-rest-quickstart
- liquibase-mongodb-quickstart (Fixed -https://github.com/quarkusio/quarkus/pull/21566)
- liquibase-quickstart (Fixed - https://github.com/quarkusio/quarkus/pull/21566)
- tika-quickstart
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cescoffier Sent https://github.com/quarkusio/quarkus/pull/21566 to fix the
liquibase
quickstarts.Oh, thanks @galderz! That’s very interesting. I believe we would need to indicate that these quickstarts do not work on Mac in native (liquibase, tika, and the AWT one).
CC @maxandersen