Fork me on GitHub
#graalvm
<
2021-11-04
>
lread19:11:36

@borkdude a bit of a long shot, but I wonder if this might be related to https://github.com/oracle/graal/issues/3882… awt stuff is sometimes being pulled in which is not fully working on Windows.

borkdude19:11:50

@lee in the case of #babashka the awt stuff seems to be pulled in because I have java.net.URL in my reflection config and via its getContent method you could read a gif or so which seems to be using awt stuff to read that gif

lread19:11:04

Interesting, thanks for sharing that.

borkdude19:11:57

btw do you still have that issue on Windows?