devopvoid / webrtc-java

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

Load library 'webrtc-java' failed when use the library on my project #26

Closed scott01272001 closed 2 years ago

scott01272001 commented 2 years ago

Hi, I try to use the webrtc library which builds by myself in my project, but I get the error below, seems can not find the webrtc-java.dll on the resource, the library is built through the command "mvn install" and the version is 0.3.0, how can I fix this, thanks for your help.

issue

polyn0m commented 2 years ago

@scott0127 see #23 may be useful.

devopvoid commented 2 years ago

See this issue if you are using IDEA.

Maybe related to your issue: 89896fd