liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Desktop sharing applet does not detect java 1.8 #1748

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Java 1.8
2. Start desktop sharing

See post

  https://groups.google.com/d/msg/bigbluebutton-dev/ZZ7FiX9gF_U/27xXix4J8UgJ

Original issue reported on code.google.com by ffdixon@gmail.com on 13 Apr 2014 at 11:53

GoogleCodeExporter commented 9 years ago
For keeping track, here is the pull request for this issue:
https://github.com/bigbluebutton/bigbluebutton/pull/336

Original comment by mcmarkos86 on 23 Jun 2014 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 24 Jul 2014 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 24 Jul 2014 at 7:36

GoogleCodeExporter commented 9 years ago
May I know what was the fix for this problem. We are still getting java 7 
update 51 required.  

Thanks
Bhasker

Original comment by bnay...@aptivasoft.com on 10 Nov 2014 at 1:45

GoogleCodeExporter commented 9 years ago
You can install an updated desktop sharing applet 

   cd /tmp
   wget https://github.com/bigbluebutton/bigbluebutton/blob/v0.81-release/bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.8.1.jar

and then update the existing applet with the following command

  sudo cp bbb-deskshare-applet-0.8.1.jar /var/www/bigbluebutton/client/bbb-deskshare-applet-0.8.1.jar

Taken from 

  https://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#5.__Install_BigBlueButton

Original comment by ffdixon@gmail.com on 10 Nov 2014 at 1:56