An open API service indexing awesome lists of open source software.

https://github.com/bigbluebutton/bigbluebutton-api-java

BigBlueButton API Library for Java
https://github.com/bigbluebutton/bigbluebutton-api-java

Last synced: 10 months ago
JSON representation

BigBlueButton API Library for Java

Awesome Lists containing this project

README

          

Special note:
1. This project used Lombok library, if you want to deploy this project, make sure you have Lombok installed. To install, follow the following steps:
- download from https://projectlombok.org/download
- go to the location where the Lombar.jar was downloaded, and run "java -jar lombok.jar", change the jar file name to the name of the lombok jar file that you downloaded
- after you run the previous step, a window should appear, brownse to your editor location (for eclipse, it's where eclipse.exe is located)
- click install
- launch Eclipse (or other IDE)
- add the zomlok library to your project (right click on the properties -> Java Build Path -> Libraries -> add Extenal JARs -> select the lombok jar file that you just downloaded -> Apply and Close