How to Join Webex Webinar on Firefox for Ubuntu Linux
Today, I’m invited by Google Adsense team to join Adsense Webinar. Last time I’m tried to attend webex webinar using Linux, I haven’t succeeded (several years ago using other distro). Thanks god, now I can join webex webinar using Ubuntu 8.04 Hardy Heron + Firefox. What I’m to do to fix this is:
Step 1: Type this command on your terminal:
sudo apt-get install libstdc++5 sun-java6-plugin
Step 2: Edit your ~/.profile and add these two lines:
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.66
export PATH=$JAVA_HOME/bin:$PATH
Step 3: Restart X session by logging off/on or ctrl+alt+backspace
That’s it, I’m done, now I can join webex webinar using Ubuntu Linux! Thank you for the author who posted this superb tips on his blogs.


