Closed elbosso closed 1 year ago
It looks like the stream is being closed prematurely by a finalizer. What happens if you explicitly close the stream at the end with input.close(); output.close();
Actually, wait, it looks like it's having an issue reading the default weights from the jar file. How did you add it to your classpath? The jar file contains resources that need to be present.
You are of course right - i moved the project from meson over to maven as a build system and forgot about the resources folder - now everything works. I did this because i have not had any experience yet with meson and could not get it to run: the first step (meson setup) already failed with an error message that i could not understand so i groped for familiar territory...
gives