Mar 28, 2012 15:15
Halp! I am trying to update my JRE, but the instructions on the website aren't working. Can someone please walk me through this step-by-step? Also, my computer doesn't seem to think my su password is correct; is there some way to reset it?
Thanks in advance.
I am using Ubuntu 10.04, Firefox 11.0 Ubuntu canonical 1.0.
firefox,
howto,
halp!,
login issues,
installation issues
Leave a comment
Comments 17
Reply
Much of the guides were written back when Sun released the Java. Now that Oracle does it, things are a bit different.
You also didn't say if you're running 32 or 64bit systems, what your current version is, and what you're going to.
Help us out with a bit more info, and maybe we can help.
Reply
When I entered the first command into the terminal, it told me that the file did not exist. I tried just downloading it, but that doesn't seem to be effective either.
Does this info help any?
Reply
In this case, lets make sure you've got a good copy.
Go here: http://www.oracle.com/technetwork/java/javase/downloads/jre-6u31-download-1501637.html
Click that you accept the license agreement, and then click on jre-6u31-linux-x64.bin.
Remember where you saved that file. For the purposes of this guide, I'm going to assume you've saved it into ~/Downloads (Remember that ~ is a representation of your home directory. In my case its /home/boots. Yours is probably something like /home/Rhia)
Open up a terminal by hitting "ctrl-alt-t"
Lines in italic are commands you type in. Regular text is my comments.
cd ~/Downloads/
ls jre*.bin -al
Your output should look something like this
-rw-rw-r-- 1 boots boots 21312981 2012-03-29 09:07 jre-6u31-linux-x64.bin
Now we go set the permissions, so the file is executable.
chmod +x ./jre- ( ... )
Reply
./install.sfx.9706: 1: (it put some undecipherable garbage here that LJ doesn't seem to like): not found
./install.sfx.9706: 2: Syntax error: ")" unexpected
Failed to extract the files. Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.
root@stephanie-laptop:/usr/local/java#
Any advice?
Reply
Leave a comment