I tried to install with the universe and multiverse repositories.
Negative, apt-get install sun-java5-jre or sun java5-jdk never heard of it.
here is my repositories.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
#deb http://security.ubuntu.com/ubuntu dapper-security multiverse
#deb-src http://security.ubuntu.com/ubuntu dapper-security multiverse
deb http://bertram.ifrance.com ./
deb-src http://bertram.ifrance.com ./
now I also downloaded the 64 bit version from www.java.com says to use the 32 bit version. figure the 64 has to be the 32.
follow sun's instruction and put it in /usr/local. its all there down to the word DONE when it was finished.
I logged out and back in just in case.
here is the command to see the version I have installed.
root@krynn:/home/michelle# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.0 (Ubuntu 4.1.0-1ubuntu8)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
root@krynn:/home/michelle#
I install version 1.5.0.07
I used the command
root@krynn:/home/michelle# update-alternatives --config java
to choose the new version but its not there.
Typing aboutlugins in firefox says no plugin at all.
So what do I do?
Thanks for all the help I get in advance.
Negative, apt-get install sun-java5-jre or sun java5-jdk never heard of it.
here is my repositories.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
#deb http://security.ubuntu.com/ubuntu dapper-security multiverse
#deb-src http://security.ubuntu.com/ubuntu dapper-security multiverse
deb http://bertram.ifrance.com ./
deb-src http://bertram.ifrance.com ./
now I also downloaded the 64 bit version from www.java.com says to use the 32 bit version. figure the 64 has to be the 32.
follow sun's instruction and put it in /usr/local. its all there down to the word DONE when it was finished.
I logged out and back in just in case.
here is the command to see the version I have installed.
root@krynn:/home/michelle# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.0 (Ubuntu 4.1.0-1ubuntu8)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
root@krynn:/home/michelle#
I install version 1.5.0.07
I used the command
root@krynn:/home/michelle# update-alternatives --config java
to choose the new version but its not there.
Typing aboutlugins in firefox says no plugin at all.
So what do I do?
Thanks for all the help I get in advance.
Comment