devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

Cannot run demo or compile #4

Closed meeeee12 closed 2 years ago

meeeee12 commented 3 years ago

When I run the demo I get:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/home/user/Downloads/webrtc-javafx-demo-0.2.0-linux-x86_64.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

When I try to join a room I get:

terminate called after throwing an instance of 'jni::Exception*'
Aborted (core dumped)

I have tried with both linux and windows demos on their respective OS, they both do the same thing.

I have also tried recompiling using mvn install however that also fails to complete.

devopvoid commented 2 years ago

Does this issue still exist?