Firefox crashes while trying to initiate a webex meetings

Asked by Anthony Riley

While trying to launch a webex meeting firefox crashes. I am trying to have an online meeting. I'm wondering if have the right packages installed inorder to enable webex.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Best wojox (wojox) said :
#1

Are you running java 6 ? If your not using natty 11.04 replace the name with your release.

sudo apt-get remove icedtea6-plugin
sudo add-apt-repository "deb http://archive.canonical.com/ natty partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
sudo update-alternatives --config java
sudo apt-get install sun-java6-plugin

Revision history for this message
Anthony Riley (ariley) said :
#2

Thank you this works for us...

Revision history for this message
Anthony Riley (ariley) said :
#3

Thanks wojox, that solved my question.