does any one successfully generates native image o...
# compose-desktop
s
does any one successfully generates native image of jetpack compose desktop app with graalvm?
s
Thanks!
s
@smallshen The devs have mentioned that Swing applications should be supported in GraalVM the Java 16 build variant (Swing isn’t currently supported in the latest stable version of GraalVM). It’s only available as a dev build currently, but you can find the dev build here - https://github.com/graalvm/graalvm-ce-dev-builds/releases
I haven’t tried it out yet, but plan on it at some point. Just haven’t found the time yet, and probably won’t for a few weeks.
s
I'll have a try for dev builds
@spierce7 sadly java 16 dev builds have same issue
s
@smallshen 😞 The good news is they responded to your bug. If you can give them a reproducer, it looks like there is a good chance it will get fixed. https://github.com/oracle/graal/issues/3342