Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Java version 6 update 27 is available

  1. #1
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Java version 6 update 27 is available

    If any one is interested in obtaining the latest version of java, one of the links in my sig. will tell you if you need to update.
    Another will tell you how to do it. Just keep in mind that page hasn't been updated yet and you will need to change the 26 to 27.
    On the left side is instructions for 32 bit systems and instructions for 64 bit systems are on the right.

    It says to first remove the older version before installing the new one.
    I did the 64 bit version and the file name is jre-6u27-linux-x64.bin.

    It's CLI but, I have used this method for about 2 years and no problems yet.

  2. #2
    Join Date
    Apr 2010
    Location
    127.0.0.1
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: Java version 6 update 27 is available

    Super smooth!

    Thanks for the instructions.

  3. #3
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Java version 6 update 27 is available

    Quote Originally Posted by Raven17 View Post
    Super smooth!

    Thanks for the instructions.
    You are welcome!

  4. #4
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Java version 6 update 27 is available

    BTW the link in my sig. has now been updated with the new version. So, copy and paste will do.

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Java version 6 update 27 is available

    Great tutorial, well done!

    I have a question though. Having followed your first set of instructions (uninstall openjdk and installing sun-java6-jre from the partner repository) I ended up with Java 6 update 26 (previously I had update 22). Although there's an update 27 I will stick to the one I have otherwise I would have to manually check and update every new version as oposed to wait until a new update is pushed by the partner repository automatically.

    Now, questions:

    1- I have rebooted the machine but when I open terminal and do a java -version query I still get the following info:

    Java version "1.6.0_22"
    OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
    OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

    How can this be? When I check at http://java.com/en/download/installed.jsp it gives me a totally different information:

    Your Java version: Version 6 Update 26

    Is this normal?

    2- I am running 11.04 64bit, how can I check if I'm running Sun's 64bit or 32bit JVM?

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Java version 6 update 27 is available

    *shameless bump*

  7. #7
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Java version 6 update 27 is available

    Quote Originally Posted by Governa View Post
    Great tutorial, well done!

    I have a question though. Having followed your first set of instructions (uninstall openjdk and installing sun-java6-jre from the partner repository) I ended up with Java 6 update 26 (previously I had update 22). Although there's an update 27 I will stick to the one I have otherwise I would have to manually check and update every new version as oposed to wait until a new update is pushed by the partner repository automatically.

    Now, questions:

    1- I have rebooted the machine but when I open terminal and do a java -version query I still get the following info:

    Java version "1.6.0_22"
    OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
    OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

    How can this be? When I check at http://java.com/en/download/installed.jsp it gives me a totally different information:

    Your Java version: Version 6 Update 26

    Is this normal?

    2- I am running 11.04 64bit, how can I check if I'm running Sun's 64bit or 32bit JVM?
    Sorry for not getting back with you but, I don't get on here more than a couple times a day. One day is no cause for a *shameless bump*.
    You should be a little more patient as most people in this forum have lives too.

    Thanks but, I did not create a tutorial, just put 2 links in my signature.

    You can look in /opt/java/32/ and if that folder exists and you have a 64 bit system, I would suggest going by the instructions on the left side just to remove the 32 bit java.

    Then the only thing I can think of is to just try it again. You can do the same steps over and over and you are not going to hurt anything.
    And no need to restart computer, just restart the browser and then look at
    Code:
    about:plugins
    You should see Java(TM) Plug-in 1.6.0_27
    The right side pertains to 64 bit and you need to first remove the java you have installed which is detailed towards the bottom and then install the version you downloaded.

    It looks to me that you are using the 64bit java. But, step 12 in the 64 bit installation says to remove the IcedTea plugin:
    Code:
    12. Now remove the IcedTea plugin, if it has been installed.
    
    Type (copy/paste):
     sudo apt-get remove icedtea6-plugin



    Here is my output of java -version:
    Code:
    cavsfan@cavsfan-desktop:~$ java -version
    java version "1.6.0_27"
    Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode)
    So, I would say just try it again and if you have the output as I have above you are good.
    And using this method will require you to manually update each version. You could just bookmark the 2 links in my sig. or go with the one in the repository.
    But, if have followed these steps from my signature I cannot help you get back to the repository version.
    I was simply providing a way to manually update java.

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Java version 6 update 27 is available

    Quote Originally Posted by Cavsfan View Post
    One day is no cause for a *shameless bump*. You should be a little more patient as most people in this forum have lives too.
    I was under the impression it's ok to bump a thread after 24 hours.

    Quote Originally Posted by Cavsfan View Post
    You can look in /opt/java/32/ and if that folder exists and you have a 64 bit system, I would suggest going by the instructions on the left side just to remove the 32 bit java.
    I don't.

    Quote Originally Posted by Cavsfan View Post
    It looks to me that you are using the 64bit java. But, step 12 in the 64 bit installation says to remove the IcedTea plugin.
    I had done that already.

    The problem was it didn't remove ALL traces of openjdk/icedtea like I thought it would. I solved the problem by removing the remaining stuff via Synaptic.

    Quote Originally Posted by Cavsfan View Post
    Here is my output of java -version:
    Code:
    cavsfan@cavsfan-desktop:~$ java -version
    java version "1.6.0_27"
    Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode)
    Here's mine now:
    Code:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    Quote Originally Posted by Cavsfan View Post
    And using this method will require you to manually update each version. You could just bookmark the 2 links in my sig. or go with the one in the repository.
    I decided to go with the one in the repository. It's update 26 but still better than my previously installed update 22.

    Thank you

  9. #9
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Java version 6 update 27 is available

    The *shameless bump* is A-OK if you want to waste your time but, it did not get me to look at this any sooner than I did anyway.
    I think a day is a little bit shy of enough time. I have posted questions and a week later I posted additional info and then maybe someone replied maybe not.

    If you wanted the one in the repository, I don't understand why you even bothered to use this thread.

    This thread is to manually install the newest version of java and yes you will need to do it again when another version comes out.
    Which is why I open up a new thread when I notice a new version of java has been released.

    You are welcome.

  10. #10
    Join Date
    Apr 2006
    Location
    London, UK
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Java version 6 update 27 is available

    Quote Originally Posted by Cavsfan View Post
    If you wanted the one in the repository, I don't understand why you even bothered to use this thread.
    Well simply because I didn't know we had two JVM options under linux: OpenJDK and Sun's. Oracle's website stated I was using Java 6 update 22 and I wanted to update but I had no idea the default in Ubuntu was OpenJDK so this thread was useful as in the end I learned I needed to uninstall OpenJDK and tick Sun's in the repository. Now I run update 26 so problem solved.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •