I am trying to use webp-imageio-core. The jar has native libraries stored in META-INF.
It works when I run it in debug mode but not okay in release mode since the jar does not include the libraries and I have to manually add these libraries to the compiled jar.
It works when I run it in debug mode but not okay in release mode since the jar does not include the libraries and I have to manually add these libraries to the compiled jar.