Hi, is it possible that opus-jni is meant for a very old JDK? I am trying to build it with JDK 16.
First, I had to do a workaround because javah has been retired long ago (it's now javac -h).
Then I get this error:
> Task :opus-jni-java:generateJniHeaders FAILED
[JNI | GEN | ERR] error: Class names, 'net.labymod.opus.OpusCodec', are only accepted if annotation processing is explicitly requested
[JNI | GEN | ERR] 1 error
Greetings
Hi, is it possible that opus-jni is meant for a very old JDK? I am trying to build it with JDK 16.
First, I had to do a workaround because javah has been retired long ago (it's now javac -h).
Then I get this error:
Greetings