Results 1 to 6 of 6

Thread: Trouble updating Java

  1. #1
    Join Date
    Apr 2007
    Location
    Out in Left Field
    Beans
    1,167
    Distro
    Ubuntu 16.04 Xenial Xerus

    Trouble updating Java

    Noticed that Firefox 39 indicates my Java plugin is out of date. Followed THESE instructions and downloaded Linux X64 tar.gz file and installed. Plugin still doesn't register as updated
    MB: Asrock Extreme4-M CPU: Intel(R) Core(TM) i7-3770K CPU @3.50GHz Memory: Corsair Low Profile Vengeance 16.00 GB. GC On CPU HD4000 Platform: x86_64 Distribution:

  2. #2
    Join Date
    Jan 2009
    Location
    Santander, Spain
    Beans
    1,981
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Trouble updating Java

    You can try an straightforward way of installing java through the webup8 ppa: https://launchpad.net/~webupd8team/+archive/ubuntu/java

  3. #3
    Join Date
    Apr 2007
    Location
    Out in Left Field
    Beans
    1,167
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Trouble updating Java

    Thanks I tried this and I am getting errors

    Code:
    david@MainSqueeze:~$ su -
    Password: 
    su: Authentication failure
    david@MainSqueeze:~$ sudo echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list
    tee: /etc/apt/sources.list.d/webupd8team-java.list: Permission denied
    [sudo] password for david: 
    deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
    david@MainSqueeze:~$ sudo echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
    tee: /etc/apt/sources.list.d/webupd8team-java.list: Permission denied
    deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
    david@MainSqueeze:~$
    Found further directions HERE for Ubuntu . Followed instructions but says that Java is already installed but Firefox says it needs updating
    Last edited by SuperFreak; July 18th, 2015 at 01:48 PM.
    MB: Asrock Extreme4-M CPU: Intel(R) Core(TM) i7-3770K CPU @3.50GHz Memory: Corsair Low Profile Vengeance 16.00 GB. GC On CPU HD4000 Platform: x86_64 Distribution:

  4. #4
    Join Date
    Jan 2009
    Location
    Santander, Spain
    Beans
    1,981
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Trouble updating Java

    Well, I have a similar situation in my ubuntu 14.04 fallback fully updated.

    Java plugins in firefox: see attached window, 10.60.2 and 10.80.2 and any case java web page says I have an outdated java.

    If I run in terminal java -version, this is what I have:

    clara@clara1:~$ java -version
    java version "1.7.0_80"
    Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
    Java HotSpot(TM) Server VM (build 24.80-b11, mixed mode)

    I use the webup8 ppa for updating oracle java, and I have the last oracle java 7 plugin, there is not any one newer. But java and firefox say the plugin is outdated.

    is there any security problem with last oracle java 7 plugin ?, Is advisable to install the java 8?, what is the problem ?

  5. #5
    Join Date
    Jan 2009
    Location
    Santander, Spain
    Beans
    1,981
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Trouble updating Java

    I attach the java plugins informationfrom add-ons tab in forefox, since I forgot to attach in previous comment
    Attached Images Attached Images

  6. #6
    Join Date
    Oct 2008
    Beans
    16

    Re: Trouble updating Java

    The webupd8team PPA hasn't been updated to the current Oracle versions, so if you need Java in a browser you will have to download the Oracle JDK in .tar.gz format and install manually. This has been discussed in another thread where I posted an outline of the steps needed for a manual install.

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
  •