0

I installed BigBlueButton on ubuntu server 14.04, and it's working. Now, i want to create a web app, using spring, where I have to integrate BigBlueButton.

Usually, I use eclipse on windows, but, now, i don't have an idea what should I do. Do I have to use eclipse on ubuntu ?

Thank you.

Najoua
  • 391
  • 1
  • 7
  • 15

2 Answers2

0

You don't have to, but it sounds like you might like to.

sudo apt-get install eclipse
zb226
  • 9,586
  • 6
  • 49
  • 79
Jamie Le Tual
  • 107
  • 1
  • 5
0

You need not do your development on the same server as where you host the runtime. If you are comfortable doing development on a Windows machine, do that, and create a .war file to deploy to the Ubuntu server.

Michael Munsey
  • 3,740
  • 1
  • 25
  • 15