devopvoid / webrtc-java

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

Failed to execute goal com.googlecode.cmake-maven-project:cmake-maven-plugin:3.22.1-b1:compile #103

Closed hamad-9 closed 1 year ago

hamad-9 commented 1 year ago

I have installed visual studio. But, when I run "mvn install" the following error appears:

[ERROR] Failed to execute goal com.googlecode.cmake-maven-project:cmake-maven-plugin:3.22.1-b1:compile (cmake-compile) on project webrtc-java-jni: Return code: 1 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :webrtc-java-jni

devopvoid commented 1 year ago

This error isn't explaining anything. The cause for this error is way above the in the output log. If you want to use this library, you don't have to build it yourself.

hamad-9 commented 1 year ago

How do I run the demo JavaFX app?

devopvoid commented 1 year ago

You can't, since the AppRTC service has been shut down. A new demo is WIP.

hamad-9 commented 1 year ago

ok, thanks