[SOLVED] I understand, that my problem is more Jav...
# compose-desktop
r
[SOLVED] I understand, that my problem is more Java-specific then Compose, but maybe someone faced it. I build distributable for
win
platform and it requires
Java >=15
for Gradle, but when running distributable I catch
NoClassDefFoundError
for
com.sun.unsafe
which means that it is missing in bundled Java Runtime. (when I launch app from IDEA - all is fine, and code compiles). Question: is it possible to
createDistributable
for
win
platform with lower Java Runtime version? P.S: the same problem for linux. My app depends on library which seems to be built with Java 1.8