I realize that Webex does not support Ubuntu 11, however I have a website running on my machine that I need to demo for a client and he will use webex. I need to be able to use the "share desktop" feature to do this. Is there any dependable way (gksudo
, java installation, browser, anything) that lets you share your desktop?
I don't care if the audio crashes since we talk on the phone, and it's okay if it cuts out from time to time -- I just need him to be able to see it.
Alternatively, is there an easy way for me to switch to an ubuntu version that will allow me to share my desktop?
After much trial and error, I was able to get WebEx desktop sharing working in 64-bit Ubuntu just by installing a few packages:
Remove unnecessary packages that cause conflicts:
Install 32-bit Java, a necessary 32-bit library, the Java plugin, and Firefox:
Ubuntu 14.10+
Ubuntu 14.04 and below
Make sure the correct Java plugin is configured:
Ubuntu 14.10+
Ubuntu 14.04 and below
Close and re-open Firefox, and WebEx desktop sharing should work.
Thanks bmaupin! For me this also works on a freshly installed 64-bit Ubuntu 16.04 (no upgrade from older Ubuntu)
Enabled 32-bit support (see also: http://www.unixmen.com/enable-32-bit-support-64-bit-ubuntu-13-10-greater/):
Installed openjdk and required plugins for Firefox
Set correct Java plugin for Firefox
Run WebEx
So I've struggled with this for years, and finally have a solution.
[testdrive][1]
.sudo apt-get install icedtea-6-plugin
You could try ScreenLeap, which seems to have a very low setup overhead (it just downloads and runs a Java applet).
Install Oracle Java to solve this issue
Press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, copy and paste the command below and hit enter. Input your user password when prompts and it will add the PPA repository into your system.
After that, update package lists via:
To install Oracle Java 8, run:
Change the number 8 to 6 (or 7) in the code to install Java 6 (or 7).
While installation, you’ll be asked to agree the license and then the installer start downloading Java file from oracle website and install it on your system.
To set the default Java, run:
Also change number 8 to the Java version you want.