OpenVidu / openvidu

OpenVidu Platform main repository

Home Page:https://openvidu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenVidu server jar compilation

rfazi opened this issue · comments

commented

Describe the bug
Compiling openvidu-server JAR goes to error

Expected behavior
JAR file compiled without errors

Wrong current behavior
Creating the Jar file of the Openvidu-server part this error appears:
Error: Could not find or load main class Main Caused by: java.lang.ClassNotFoundException: Main.
The MANIFEST.MF file is created and configured with everything you need, including the reference to the main class. How can this error be solved?
MANIFEST.MF.txt

commented

Yes, we did it all over again by downloading the repo again and now it worked. Thanks anyway