Results 1 to 9 of 9

Thread: Java for Webex in Ubuntu 12.04 LTS?

  1. #1
    Join Date
    Jul 2012
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Java for Webex in Ubuntu 12.04 LTS?

    If I didn't post this in the right sub-forum, my apologies.

    My problem is simple: Earlier this week I found that I needed Java to participate in a webex lecture. I did some research, and installed OpenJDK and Iced Tea from the software center. To check that java actually ran, I tried a java-based webpage (runescape). Lo and behold it worked. Unfortunately, today, when I attended the lecture, webex would not recognize my headset, and would not let me call in via my computer. I also could not hear any audio. I know that the java I installed is opensource, and was wondering if you guys could guide me through uninstalling what I have, and installing the java from oracle. (at least I think this is the right way to go about it; I just want webex to work for me!). My computer is running Ubuntu 12.04. Thanks!

  2. #2
    Join Date
    Jul 2012
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Java for Webex in Ubuntu 12.04 LTS?

    Can nobody help me with this? This can't be that uncommon of a problem!

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Java for Webex in Ubuntu 12.04 LTS?

    To install Oracle Java:
    Code:
    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java7-installer
    No need to uninstall OpenJDK first.

    All of this information can be found in the Ubuntu Wiki:
    https://help.ubuntu.com/community/Java
    Cheesemill

  4. #4
    Join Date
    Jul 2012
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Java for Webex in Ubuntu 12.04 LTS?

    Thanks so much! I followed your instructions and it appears that oracle java has successfully installed! I'll post again once I try out webex.

  5. #5
    Join Date
    Jul 2012
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Java for Webex in Ubuntu 12.04 LTS?

    Still can't get webex to work...but that's ok, I'm going to install a virtual windows machine inside of ubuntu, and I'll run webex in there.

  6. #6
    Join Date
    Oct 2008
    Beans
    8

    Re: Java for Webex in Ubuntu 12.04 LTS?

    Did anyone ever get a solution, besides using Window$? Seriously, that's the best we could do?!

    Bump!

  7. #7
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Java for Webex in Ubuntu 12.04 LTS?

    Quote Originally Posted by xjohnthomasx View Post
    Did anyone ever get a solution, besides using Window$? Seriously, that's the best we could do?!

    Bump!
    http://askubuntu.com/questions/21757...-04-lts-32-bit
    Take a look. Who knows? When we make an effort, most of the times we manage to get things working.

  8. #8
    Join Date
    Nov 2007
    Beans
    45
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Java for Webex in Ubuntu 12.04 LTS?

    In Ubuntu 12.10 64 bit, I installed the icetea-7-plugin and it seems to be working ok for me.

    sudo apt-get install icedtea-7-plugin

    Im using chromium Version 24.0.1312.56 and it also works on Firefox 19.0.

    Quote Originally Posted by JPR65 View Post
    If I didn't post this in the right sub-forum, my apologies.

    My problem is simple: Earlier this week I found that I needed Java to participate in a webex lecture. I did some research, and installed OpenJDK and Iced Tea from the software center. To check that java actually ran, I tried a java-based webpage (runescape). Lo and behold it worked. Unfortunately, today, when I attended the lecture, webex would not recognize my headset, and would not let me call in via my computer. I also could not hear any audio. I know that the java I installed is opensource, and was wondering if you guys could guide me through uninstalling what I have, and installing the java from oracle. (at least I think this is the right way to go about it; I just want webex to work for me!). My computer is running Ubuntu 12.04. Thanks!

  9. #9
    Join Date
    Aug 2011
    Beans
    5

    Thumbs up Re: Java for Webex in Ubuntu 12.04 LTS?

    Quote Originally Posted by Cheesemill View Post
    To install Oracle Java:
    Code:
    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java7-installer
    No need to uninstall OpenJDK first.

    All of this information can be found in the Ubuntu Wiki:
    https://help.ubuntu.com/community/Java
    This worked for me. Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •