Fork me on GitHub
#graalvm
<
2019-05-15
>
hlolli00:05:28

@borkdude are you able to bundle resources and get a bytestream from them or file object with the classloader? I have a resource-config.json with "resources" and "pattern", it clearly inflates my binary size, but somehow these resources are hidden (or the classloader tries to open files from the filesystem)

borkdude07:05:38

That might be related.

borkdude07:05:12

Is your question about Windows specifically, or do you have the same problem on other OSes?

borkdude09:05:21

Note that io/resource failed for me in the Windows image, hence the ClassLoader workaround

borkdude16:05:48

in case anyone’s interested: here are some build instructions for Windows: