Results 1 to 4 of 4

Thread: problem in java loading in ubuntu 12.04 lts

  1. #1
    Join Date
    Apr 2013
    Beans
    1

    problem in java loading in ubuntu 12.04 lts

    dear sir
    i download the java jdk 6 and 7 and icd tea plugin
    to start webex player to watch educational videos
    but fire fox cannot connect to the webex player and error occurs'setup error'
    how to solve it

  2. #2
    Join Date
    Mar 2012
    Location
    New Meadows, Idaho
    Beans
    242
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: problem in java loading in ubuntu 12.04 lts

    I'm using actual Java from Oracle software.

    This works very well with all web base Java scripts and automatically ties with Firefox.
    http://www.webupd8.org/2012/01/insta...buntu-via.html
    Michael Nelson -=- AKA: Mopar1973Man

  3. #3
    Join Date
    Sep 2012
    Location
    I think EARTH
    Beans
    76
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb Re: problem in java loading in ubuntu 12.04 lts

    On your firefox browser's address bar type this
    Code:
    about:plugins
    This will give you the list of enabled plugins in firefox.If you can see the IcedTea-web plugin,this means that the plugin is integrated with your browser or else you need to integrate the plugin manually.

    To do a manual integration with your firefox browser just create a soft link of the IcedTeaPlugin.so/libjavaplugin.sofile(whichever in applicable in your case) to the firefox plugins directory (/usr/lib/mozilla/plugins)
    Code:
    cd /usr/lib/mozilla/plugins && ln -s $INSTALL/lib/IcedTeaPlugin.so
    Where $INSTALL is the IcedTea-web installation directory (usually it is /usr/local)

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

    Re: problem in java loading in ubuntu 12.04 lts

    Quote Originally Posted by Mopar1973Man View Post
    I'm using actual Java from Oracle software.

    This works very well with all web base Java scripts and automatically ties with Firefox.
    http://www.webupd8.org/2012/01/insta...buntu-via.html
    +1
    Using this PPA not only you get Oracle Java but also it adds an updater to your software sources and you'll always get the latest java update through ubuntu's software updater.

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
  •