quiche4j
quiche4j copied to clipboard
java.lang.UnsatisfiedLinkError
When I start in my project the QuicServer class (is like https3Server but removed the http part), throws this error. I searched and all the "solutions" given don't work. I found that the problem is in the ConfigBuilder object, but I can't fix it.
Caused by: java.lang.UnsatisfiedLinkError: 'void io.quiche4j.Native.quiche_init_logger()' at io.quiche4j.Native.quiche_init_logger(Native Method) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.Native.<clinit>(Native.java:23) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.ConfigBuilder.build(ConfigBuilder.java:317) ~[quiche4j-core-0.2.5.jar:?] at xyz.luisch444.uranium.network.QuicServer.<init>(QuicServer.java:23) ~[main/:?]