Why does icedtea6 make firefox crash

Asked by oocevin

My wife plays pogo and needs java. I tried sun-java6-plugin but that no
longer works so I installed icedtea6-plugin and that worked. But now
for awhile it makes my firefox crash all the time. I believe ever sense
firefox 10 came out.

Thank You

ooseven

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu icedtea-web Edit question
Assignee:
No assignee Edit question
Solved by:
oocevin
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | grep java; java -version

Thanks

Revision history for this message
oocevin (ccct007) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux cevin 3.0.0-15-generic-pae #26-Ubuntu SMP Fri Jan 20 17:07:31 UTC 2012 i686 athlon i386 GNU/Linux
ii ca-certificates-java 20110912ubuntu3 Common CA certificates (JKS keystore)
ii java-common 0.42ubuntu2 Base of all Java packages
ii libaccess-bridge-java 1.26.2-6 Java Access Bridge for GNOME
ii libaccess-bridge-java-jni 1.26.2-6 Java Access Bridge for GNOME (jni bindings)
ii tzdata-java 2011n-0ubuntu0.11.10 time zone and daylight-saving time data for use by java runtimes
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1)
OpenJDK Server VM (build 20.0-b11, mixed mode)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Run this and you will have Oracle java 1.7_02

cd $HOME; wget http://dl.dropbox.com/u/8850924/install32bitJava; chmod +x ./install32bitJava; sudo ./install32bitJava

Works great here. I use chromium browser so it links to that, after it has ran I can give the command to get it in other browsers if you wish.

Revision history for this message
oocevin (ccct007) said :
#4

cevin@cevin:~$ cd $HOME; wget http://dl.dropbox.com/u/8850924/install32bitJava; chmod
--2012-02-10 07:56:10-- http://dl.dropbox.com/u/8850924/install32bitJava
Resolving dl.dropbox.com... 23.21.242.170, 107.20.206.187, 50.16.240.166, ...
Connecting to dl.dropbox.com|23.21.242.170|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 483 [text/plain]
Saving to: `install32bitJava.1'

100%[======================================>] 483 --.-K/s in 0s

2012-02-10 07:56:11 (113 MB/s) - `install32bitJava.1' saved [483/483]

chmod: missing operand
Try `chmod --help' for more information.
cevin@cevin:~$ +x ./install32bitJava; sudo ./install32bitJava

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

The command is one line, you have butchered it so I will make it line by line.

 cd $HOME
chmod +x ./install32bitJava
sudo ./install32bitJava

Each is one command, the whole line I gave was ONE command, yet you made it two.

Revision history for this message
oocevin (ccct007) said :
#6

Hello after this:
 cd $HOME
chmod +x ./install32bitJava
sudo ./install32bitJava

It is asking me this:

rm: cannot remove `./jdk-7u2-linux-i586.tar.gz': No such file or directory
mv: cannot move `/home/cevin/jre1.7.0_02/' to `./jre1.7.0_02': Directory not empty
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode
  1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode
  2 /usr/lib/jvm/jre1.7.0_02/bin/java 81 manual mode

Press enter to keep the current choice[*], or type selection number:

Now I did just hit enter and tried pogo and it crashed again.
So I did this again:
cd $HOME
chmod +x ./install32bitJava
sudo ./install32bitJava

And got here:

rm: cannot remove `./jdk-7u2-linux-i586.tar.gz': No such file or directory
mv: cannot move `/home/cevin/jre1.7.0_02/' to `./jre1.7.0_02': Directory not empty
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode
  1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode
  2 /usr/lib/jvm/jre1.7.0_02/bin/java 81 manual mode

I will leave it there till further help.

It may be a while to reply after this as I will be going to work.
But will get right back with you when done.

Thanks again for your so needed help to keep mama happy:-)

ooseven

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Press 2 then hit ENTER

Revision history for this message
oocevin (ccct007) said :
#8

Press enter to keep the current choice[*], or type selection number: I typed 2 then hit enter.
update-alternatives: using /usr/lib/jvm/jre1.7.0_02/bin/java to provide /usr/bin/java (java) in manual mode.
./install32bitJava: line 12: cd: /usr/lib/chromium-browser/plugins: No such file or directory
ln: creating symbolic link `./libnpjp2.so': File exists

No chromium-browser I use firefox, does that make a dif?

ooseven

Revision history for this message
oocevin (ccct007) said :
#9

OK what I did is reinstalled buntu 11.10 and hopefully I unmarked all ff 10 updates to
stay at ff 7.

I'm going to install icedtea6-plugin that worked before.

Then wait for your reponse.

ooseven

Revision history for this message
oocevin (ccct007) said :
#10

Well it said at ff 7 release and pogo works.

So I will stay there till they get 10 fixed.

ooseven

Revision history for this message
oocevin (ccct007) said :
#11

cevin@Cevin:~$ cd $HOME
cevin@Cevin:~$ chmod +x ./install32bitJava
chmod: cannot access `./install32bitJava': No such file or directory
cevin@Cevin:~$ sudo ./install32bitJava
sudo: ./install32bitJava: command not found

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

cd $HOME
wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz
sudo apt-get -y install unp
unp ./jre-7u2-linux-i586.tar.gz
rm ./jdk-7u2-linux-i586.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0_02/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Revision history for this message
oocevin (ccct007) said :
#13

jre1.7.0_02/lib/zi/Asia/Riyadh87
jre1.7.0_02/lib/zi/Asia/Beirut
jre1.7.0_02/lib/zi/Asia/Hong_Kong
jre1.7.0_02/lib/zi/Asia/Jakarta
jre1.7.0_02/lib/zi/Asia/Bahrain
jre1.7.0_02/lib/zi/Asia/Riyadh89
jre1.7.0_02/lib/zi/Asia/Tokyo
jre1.7.0_02/lib/zi/Asia/Baghdad
jre1.7.0_02/lib/zi/Asia/Nicosia
jre1.7.0_02/lib/zi/Australia/
jre1.7.0_02/lib/zi/Australia/Adelaide
jre1.7.0_02/lib/zi/Australia/Darwin
jre1.7.0_02/lib/zi/Australia/Broken_Hill
jre1.7.0_02/lib/zi/Australia/Currie
jre1.7.0_02/lib/zi/Australia/Melbourne
jre1.7.0_02/lib/zi/Australia/Eucla
jre1.7.0_02/lib/zi/Australia/Perth
jre1.7.0_02/lib/zi/Australia/Lindeman
jre1.7.0_02/lib/zi/Australia/Lord_Howe
jre1.7.0_02/lib/zi/Australia/Hobart
jre1.7.0_02/lib/zi/Australia/Brisbane
jre1.7.0_02/lib/zi/Australia/Sydney
jre1.7.0_02/lib/zi/America/
jre1.7.0_02/lib/zi/America/Adak
jre1.7.0_02/lib/zi/America/Menominee
jre1.7.0_02/lib/zi/America/Pangnirtung
jre1.7.0_02/lib/zi/America/Martinique
jre1.7.0_02/lib/zi/America/Aruba
jre1.7.0_02/lib/zi/America/Yakutat
jre1.7.0_02/lib/zi/America/Cayenne
jre1.7.0_02/lib/zi/America/Chihuahua
jre1.7.0_02/lib/zi/America/Araguaina
jre1.7.0_02/lib/zi/America/Managua
jre1.7.0_02/lib/zi/America/Bahia_Banderas
jre1.7.0_02/lib/zi/America/Scoresbysund
jre1.7.0_02/lib/zi/America/Jamaica
jre1.7.0_02/lib/zi/America/Yellowknife
jre1.7.0_02/lib/zi/America/Santiago
jre1.7.0_02/lib/zi/America/Lima
jre1.7.0_02/lib/zi/America/Costa_Rica
jre1.7.0_02/lib/zi/America/Sitka
jre1.7.0_02/lib/zi/America/Bahia
jre1.7.0_02/lib/zi/America/Resolute
jre1.7.0_02/lib/zi/America/Winnipeg
jre1.7.0_02/lib/zi/America/Miquelon
jre1.7.0_02/lib/zi/America/Hermosillo
jre1.7.0_02/lib/zi/America/Denver
jre1.7.0_02/lib/zi/America/Belize
jre1.7.0_02/lib/zi/America/Kentucky/
jre1.7.0_02/lib/zi/America/Kentucky/Louisville
jre1.7.0_02/lib/zi/America/Kentucky/Monticello
jre1.7.0_02/lib/zi/America/Blanc-Sablon
jre1.7.0_02/lib/zi/America/Juneau
jre1.7.0_02/lib/zi/America/Eirunepe
jre1.7.0_02/lib/zi/America/Manaus
jre1.7.0_02/lib/zi/America/Cuiaba
jre1.7.0_02/lib/zi/America/Guatemala
jre1.7.0_02/lib/zi/America/Panama
jre1.7.0_02/lib/zi/America/Dominica
jre1.7.0_02/lib/zi/America/Iqaluit
jre1.7.0_02/lib/zi/America/Recife
jre1.7.0_02/lib/zi/America/La_Paz
jre1.7.0_02/lib/zi/America/Montreal
jre1.7.0_02/lib/zi/America/El_Salvador
jre1.7.0_02/lib/zi/America/Porto_Velho
jre1.7.0_02/lib/zi/America/Antigua
jre1.7.0_02/lib/zi/America/Sao_Paulo
jre1.7.0_02/lib/zi/America/Tortola
jre1.7.0_02/lib/zi/America/Danmarkshavn
jre1.7.0_02/lib/zi/America/Tegucigalpa
jre1.7.0_02/lib/zi/America/Anchorage
jre1.7.0_02/lib/zi/America/Cambridge_Bay
jre1.7.0_02/lib/zi/America/Goose_Bay
jre1.7.0_02/lib/zi/America/Whitehorse
jre1.7.0_02/lib/zi/America/Campo_Grande
jre1.7.0_02/lib/zi/America/Port_of_Spain
jre1.7.0_02/lib/zi/America/Godthab
jre1.7.0_02/lib/zi/America/Regina
jre1.7.0_02/lib/zi/America/Rankin_Inlet
jre1.7.0_02/lib/zi/America/Dawson_Creek
jre1.7.0_02/lib/zi/America/St_Lucia
jre1.7.0_02/lib/zi/America/St_Kitts
jre1.7.0_02/lib/zi/America/Nipigon
jre1.7.0_02/lib/zi/America/St_Vincent
jre1.7.0_02/lib/zi/America/Maceio
jre1.7.0_02/lib/zi/America/Matamoros
jre1.7.0_02/lib/zi/America/Argentina/
jre1.7.0_02/lib/zi/America/Argentina/Catamarca
jre1.7.0_02/lib/zi/America/Argentina/Salta
jre1.7.0_02/lib/zi/America/Argentina/San_Juan
jre1.7.0_02/lib/zi/America/Argentina/Cordoba
jre1.7.0_02/lib/zi/America/Argentina/San_Luis
jre1.7.0_02/lib/zi/America/Argentina/Jujuy
jre1.7.0_02/lib/zi/America/Argentina/Buenos_Aires
jre1.7.0_02/lib/zi/America/Argentina/Tucuman
jre1.7.0_02/lib/zi/America/Argentina/Ushuaia
jre1.7.0_02/lib/zi/America/Argentina/La_Rioja
jre1.7.0_02/lib/zi/America/Argentina/Rio_Gallegos
jre1.7.0_02/lib/zi/America/Argentina/Mendoza
jre1.7.0_02/lib/zi/America/Edmonton
jre1.7.0_02/lib/zi/America/Guyana
jre1.7.0_02/lib/zi/America/Fortaleza
jre1.7.0_02/lib/zi/America/Merida
jre1.7.0_02/lib/zi/America/Phoenix
jre1.7.0_02/lib/zi/America/Noronha
jre1.7.0_02/lib/zi/America/Inuvik
jre1.7.0_02/lib/zi/America/Toronto
jre1.7.0_02/lib/zi/America/Indiana/
jre1.7.0_02/lib/zi/America/Indiana/Tell_City
jre1.7.0_02/lib/zi/America/Indiana/Vevay
jre1.7.0_02/lib/zi/America/Indiana/Petersburg
jre1.7.0_02/lib/zi/America/Indiana/Indianapolis
jre1.7.0_02/lib/zi/America/Indiana/Vincennes
jre1.7.0_02/lib/zi/America/Indiana/Marengo
jre1.7.0_02/lib/zi/America/Indiana/Winamac
jre1.7.0_02/lib/zi/America/Indiana/Knox
jre1.7.0_02/lib/zi/America/Curacao
jre1.7.0_02/lib/zi/America/Monterrey
jre1.7.0_02/lib/zi/America/Bogota
jre1.7.0_02/lib/zi/America/Chicago
jre1.7.0_02/lib/zi/America/Anguilla
jre1.7.0_02/lib/zi/America/Cancun
jre1.7.0_02/lib/zi/America/Guadeloupe
jre1.7.0_02/lib/zi/America/Los_Angeles
jre1.7.0_02/lib/zi/America/Tijuana
jre1.7.0_02/lib/zi/America/Thule
jre1.7.0_02/lib/zi/America/Belem
jre1.7.0_02/lib/zi/America/Montevideo
jre1.7.0_02/lib/zi/America/Grenada
jre1.7.0_02/lib/zi/America/Asuncion
jre1.7.0_02/lib/zi/America/Santarem
jre1.7.0_02/lib/zi/America/Santo_Domingo
jre1.7.0_02/lib/zi/America/Moncton
jre1.7.0_02/lib/zi/America/Vancouver
jre1.7.0_02/lib/zi/America/Rio_Branco
jre1.7.0_02/lib/zi/America/Caracas
jre1.7.0_02/lib/zi/America/Metlakatla
jre1.7.0_02/lib/zi/America/New_York
jre1.7.0_02/lib/zi/America/Puerto_Rico
jre1.7.0_02/lib/zi/America/Port-au-Prince
jre1.7.0_02/lib/zi/America/Barbados
jre1.7.0_02/lib/zi/America/Dawson
jre1.7.0_02/lib/zi/America/Rainy_River
jre1.7.0_02/lib/zi/America/Ojinaga
jre1.7.0_02/lib/zi/America/Halifax
jre1.7.0_02/lib/zi/America/St_Thomas
jre1.7.0_02/lib/zi/America/Boise
jre1.7.0_02/lib/zi/America/Boa_Vista
jre1.7.0_02/lib/zi/America/Atikokan
jre1.7.0_02/lib/zi/America/North_Dakota/
jre1.7.0_02/lib/zi/America/North_Dakota/Center
jre1.7.0_02/lib/zi/America/North_Dakota/Beulah
jre1.7.0_02/lib/zi/America/North_Dakota/New_Salem
jre1.7.0_02/lib/zi/America/Nassau
jre1.7.0_02/lib/zi/America/Guayaquil
jre1.7.0_02/lib/zi/America/Swift_Current
jre1.7.0_02/lib/zi/America/Nome
jre1.7.0_02/lib/zi/America/Montserrat
jre1.7.0_02/lib/zi/America/St_Johns
jre1.7.0_02/lib/zi/America/Havana
jre1.7.0_02/lib/zi/America/Grand_Turk
jre1.7.0_02/lib/zi/America/Cayman
jre1.7.0_02/lib/zi/America/Detroit
jre1.7.0_02/lib/zi/America/Paramaribo
jre1.7.0_02/lib/zi/America/Glace_Bay
jre1.7.0_02/lib/zi/America/Santa_Isabel
jre1.7.0_02/lib/zi/America/Mazatlan
jre1.7.0_02/lib/zi/America/Thunder_Bay
jre1.7.0_02/lib/zi/America/Mexico_City
jre1.7.0_02/lib/psfontj2d.properties
jre1.7.0_02/lib/resources.jar
jre1.7.0_02/lib/fontconfig.SuSE.10.bfc
jre1.7.0_02/lib/fontconfig.bfc
jre1.7.0_02/lib/ext/
jre1.7.0_02/lib/ext/meta-index
jre1.7.0_02/lib/ext/dnsns.jar
jre1.7.0_02/lib/ext/sunjce_provider.jar
jre1.7.0_02/lib/ext/localedata.jar
jre1.7.0_02/lib/ext/sunec.jar
jre1.7.0_02/lib/ext/zipfs.jar
jre1.7.0_02/lib/ext/sunpkcs11.jar
jre1.7.0_02/lib/alt-rt.jar
jre1.7.0_02/lib/i386/
jre1.7.0_02/lib/i386/libjsoundalsa.so
jre1.7.0_02/lib/i386/libawt.so
jre1.7.0_02/lib/i386/xawt/
jre1.7.0_02/lib/i386/xawt/libmawt.so
jre1.7.0_02/lib/i386/libverify.so
jre1.7.0_02/lib/i386/libJdbcOdbc.so
jre1.7.0_02/lib/i386/libsplashscreen.so
jre1.7.0_02/lib/i386/libjsig.so
jre1.7.0_02/lib/i386/libjsdt.so
jre1.7.0_02/lib/i386/libj2gss.so
jre1.7.0_02/lib/i386/libdcpr.so
jre1.7.0_02/lib/i386/libj2pkcs11.so
jre1.7.0_02/lib/i386/libjaas_unix.so
jre1.7.0_02/lib/i386/client/
jre1.7.0_02/lib/i386/client/libjsig.so
jre1.7.0_02/lib/i386/client/Xusage.txt
jre1.7.0_02/lib/i386/client/libjvm.so
jre1.7.0_02/lib/i386/libjava_crw_demo.so
jre1.7.0_02/lib/i386/libjsound.so
jre1.7.0_02/lib/i386/libkcms.so
jre1.7.0_02/lib/i386/libsctp.so
jre1.7.0_02/lib/i386/libjava.so
jre1.7.0_02/lib/i386/libj2pcsc.so
jre1.7.0_02/lib/i386/jli/
jre1.7.0_02/lib/i386/jli/libjli.so
jre1.7.0_02/lib/i386/libnpjp2.so
jre1.7.0_02/lib/i386/libjavaplugin_jni.so
jre1.7.0_02/lib/i386/libdeploy.so
jre1.7.0_02/lib/i386/libinstrument.so
jre1.7.0_02/lib/i386/libmanagement.so
jre1.7.0_02/lib/i386/libt2k.so
jre1.7.0_02/lib/i386/libjdwp.so
jre1.7.0_02/lib/i386/libhprof.so
jre1.7.0_02/lib/i386/libjavaplugin_nscp.so
jre1.7.0_02/lib/i386/libnet.so
jre1.7.0_02/lib/i386/libjavaplugin_oji.so
jre1.7.0_02/lib/i386/libdt_socket.so
jre1.7.0_02/lib/i386/libjawt.so
jre1.7.0_02/lib/i386/libnio.so
jre1.7.0_02/lib/i386/libmlib_image.so
jre1.7.0_02/lib/i386/libsunec.so
jre1.7.0_02/lib/i386/libjavaplugin_nscp_gcc29.so
jre1.7.0_02/lib/i386/libjpeg.so
jre1.7.0_02/lib/i386/librmi.so
jre1.7.0_02/lib/i386/libnpt.so
jre1.7.0_02/lib/i386/libfontmanager.so
jre1.7.0_02/lib/i386/server/
jre1.7.0_02/lib/i386/server/libjsig.so
jre1.7.0_02/lib/i386/server/Xusage.txt
jre1.7.0_02/lib/i386/server/libjvm.so
jre1.7.0_02/lib/i386/libzip.so
jre1.7.0_02/lib/i386/jvm.cfg
jre1.7.0_02/lib/i386/libunpack.so
jre1.7.0_02/lib/i386/headless/
jre1.7.0_02/lib/i386/headless/libmawt.so
jre1.7.0_02/lib/jexec
jre1.7.0_02/lib/fontconfig.properties.src
jre1.7.0_02/lib/fontconfig.SuSE.10.properties.src
jre1.7.0_02/lib/jsse.jar
jre1.7.0_02/lib/management-agent.jar
jre1.7.0_02/lib/javaws.jar
jre1.7.0_02/lib/oblique-fonts/
jre1.7.0_02/lib/oblique-fonts/fonts.dir
jre1.7.0_02/lib/oblique-fonts/LucidaSansDemiOblique.ttf
jre1.7.0_02/lib/oblique-fonts/LucidaSansOblique.ttf
jre1.7.0_02/lib/oblique-fonts/LucidaTypewriterOblique.ttf
jre1.7.0_02/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf
jre1.7.0_02/lib/locale/
jre1.7.0_02/lib/locale/sv/
jre1.7.0_02/lib/locale/sv/LC_MESSAGES/
jre1.7.0_02/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/zh_TW/
jre1.7.0_02/lib/locale/zh_TW/LC_MESSAGES/
jre1.7.0_02/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/zh/
jre1.7.0_02/lib/locale/zh/LC_MESSAGES/
jre1.7.0_02/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/fr/
jre1.7.0_02/lib/locale/fr/LC_MESSAGES/
jre1.7.0_02/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/zh.GBK/
jre1.7.0_02/lib/locale/zh.GBK/LC_MESSAGES/
jre1.7.0_02/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/es/
jre1.7.0_02/lib/locale/es/LC_MESSAGES/
jre1.7.0_02/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/zh_TW.BIG5/
jre1.7.0_02/lib/locale/zh_TW.BIG5/LC_MESSAGES/
jre1.7.0_02/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/ko/
jre1.7.0_02/lib/locale/ko/LC_MESSAGES/
jre1.7.0_02/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/de/
jre1.7.0_02/lib/locale/de/LC_MESSAGES/
jre1.7.0_02/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/zh_HK.BIG5HK/
jre1.7.0_02/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/
jre1.7.0_02/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/ja/
jre1.7.0_02/lib/locale/ja/LC_MESSAGES/
jre1.7.0_02/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/ko.UTF-8/
jre1.7.0_02/lib/locale/ko.UTF-8/LC_MESSAGES/
jre1.7.0_02/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/pt_BR/
jre1.7.0_02/lib/locale/pt_BR/LC_MESSAGES/
jre1.7.0_02/lib/locale/pt_BR/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/locale/it/
jre1.7.0_02/lib/locale/it/LC_MESSAGES/
jre1.7.0_02/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
jre1.7.0_02/lib/security/
jre1.7.0_02/lib/security/local_policy.jar
jre1.7.0_02/lib/security/javaws.policy
jre1.7.0_02/lib/security/java.policy
jre1.7.0_02/lib/security/trusted.libraries
jre1.7.0_02/lib/security/US_export_policy.jar
jre1.7.0_02/lib/security/blacklist
jre1.7.0_02/lib/security/cacerts
jre1.7.0_02/lib/security/java.security
jre1.7.0_02/lib/sound.properties
jre1.7.0_02/lib/deploy.jar
jre1.7.0_02/lib/plugin.jar
jre1.7.0_02/lib/fontconfig.SuSE.11.bfc
jre1.7.0_02/lib/content-types.properties
jre1.7.0_02/lib/fonts/
jre1.7.0_02/lib/fonts/LucidaTypewriterBold.ttf
jre1.7.0_02/lib/fonts/fonts.dir
jre1.7.0_02/lib/fonts/LucidaSansDemiBold.ttf
jre1.7.0_02/lib/fonts/LucidaBrightRegular.ttf
jre1.7.0_02/lib/fonts/LucidaSansRegular.ttf
jre1.7.0_02/lib/fonts/LucidaTypewriterRegular.ttf
jre1.7.0_02/lib/fonts/LucidaBrightDemiItalic.ttf
jre1.7.0_02/lib/fonts/LucidaBrightItalic.ttf
jre1.7.0_02/lib/fonts/LucidaBrightDemiBold.ttf
jre1.7.0_02/lib/fontconfig.Turbo.bfc
jre1.7.0_02/lib/desktop/
jre1.7.0_02/lib/desktop/applications/
jre1.7.0_02/lib/desktop/applications/sun_java.desktop
jre1.7.0_02/lib/desktop/applications/sun-java.desktop
jre1.7.0_02/lib/desktop/applications/sun-javaws.desktop
jre1.7.0_02/lib/desktop/mime/
jre1.7.0_02/lib/desktop/mime/packages/
jre1.7.0_02/lib/desktop/mime/packages/x-java-archive.xml
jre1.7.0_02/lib/desktop/mime/packages/x-java-jnlp-file.xml
jre1.7.0_02/lib/desktop/icons/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/apps/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/apps/
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/LowContrast/
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/mimetypes/
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/apps/
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/mimetypes/
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/apps/
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/HighContrast/
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/mimetypes/
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/apps/
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/mimetypes/
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/apps/
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/hicolor/
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/mimetypes/
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/apps/
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/mimetypes/
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/apps/
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
jre1.7.0_02/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png
jre1.7.0_02/lib/calendars.properties
jre1.7.0_02/lib/logging.properties
jre1.7.0_02/lib/charsets.jar
jre1.7.0_02/lib/fontconfig.RedHat.5.5.properties.src
jre1.7.0_02/lib/flavormap.properties
jre1.7.0_02/lib/currency.data
jre1.7.0_02/lib/net.properties
jre1.7.0_02/lib/deploy/
jre1.7.0_02/lib/deploy/messages_es.properties
jre1.7.0_02/lib/deploy/messages_sv.properties
jre1.7.0_02/lib/deploy/messages_ko.properties
jre1.7.0_02/lib/deploy/messages_fr.properties
jre1.7.0_02/lib/deploy/messages_pt_BR.properties
jre1.7.0_02/lib/deploy/messages_zh_TW.properties
jre1.7.0_02/lib/deploy/ffjcext.zip
jre1.7.0_02/lib/deploy/splash.gif
jre1.7.0_02/lib/deploy/messages_it.properties
jre1.7.0_02/lib/deploy/messages_zh_CN.properties
jre1.7.0_02/lib/deploy/messages_zh_HK.properties
jre1.7.0_02/lib/deploy/messages.properties
jre1.7.0_02/lib/deploy/java-icon.ico
jre1.7.0_02/lib/deploy/messages_de.properties
jre1.7.0_02/lib/deploy/messages_ja.properties
jre1.7.0_02/lib/management/
jre1.7.0_02/lib/management/snmp.acl.template
jre1.7.0_02/lib/management/management.properties
jre1.7.0_02/lib/management/jmxremote.access
jre1.7.0_02/lib/management/jmxremote.password.template
jre1.7.0_02/lib/fontconfig.SuSE.11.properties.src
jre1.7.0_02/lib/psfont.properties.ja
jre1.7.0_02/lib/images/
jre1.7.0_02/lib/images/icons/
jre1.7.0_02/lib/images/icons/sun-java_HighContrast.png
jre1.7.0_02/lib/images/icons/sun-java.png
jre1.7.0_02/lib/images/icons/sun-java_LowContrast.png
jre1.7.0_02/lib/images/icons/sun-java_HighContrastInverse.png
jre1.7.0_02/lib/images/cursors/
jre1.7.0_02/lib/images/cursors/invalid32x32.gif
jre1.7.0_02/lib/images/cursors/motif_LinkNoDrop32x32.gif
jre1.7.0_02/lib/images/cursors/motif_MoveNoDrop32x32.gif
jre1.7.0_02/lib/images/cursors/motif_CopyNoDrop32x32.gif
jre1.7.0_02/lib/images/cursors/motif_MoveDrop32x32.gif
jre1.7.0_02/lib/images/cursors/cursors.properties
jre1.7.0_02/lib/images/cursors/motif_CopyDrop32x32.gif
jre1.7.0_02/lib/images/cursors/motif_LinkDrop32x32.gif
jre1.7.0_02/lib/jce.jar
jre1.7.0_02/lib/jvm.hprof.txt
jre1.7.0_02/lib/fontconfig.Turbo.properties.src
jre1.7.0_02/LICENSE
jre1.7.0_02/bin/
jre1.7.0_02/bin/rmiregistry
jre1.7.0_02/bin/javaws
jre1.7.0_02/bin/rmid
jre1.7.0_02/bin/java_vm
jre1.7.0_02/bin/pack200
jre1.7.0_02/bin/orbd
jre1.7.0_02/bin/unpack200
jre1.7.0_02/bin/servertool
jre1.7.0_02/bin/jcontrol
jre1.7.0_02/bin/policytool
jre1.7.0_02/bin/tnameserv
jre1.7.0_02/bin/ControlPanel
jre1.7.0_02/bin/keytool
jre1.7.0_02/bin/java
jre1.7.0_02/release
jre1.7.0_02/COPYRIGHT
jre1.7.0_02/README
cevin@Cevin:~$ rm ./jdk-7u2-linux-i586.tar.gz
rm: cannot remove `./jdk-7u2-linux-i586.tar.gz': No such file or directory
cevin@Cevin:~$ sudo mkdir -p /usr/lib/jvm
cevin@Cevin:~$ cd /usr/lib/jvm
cevin@Cevin:/usr/lib/jvm$ sudo mv ~/jre1.7.0_02/ .
cevin@Cevin:/usr/lib/jvm$ sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81
update-alternatives: using /usr/lib/jvm/jre1.7.0_02/bin/java to provide /usr/bin/java (java) in auto mode.
cevin@Cevin:/usr/lib/jvm$ sudo update-alternatives --config java
There is only one alternative in link group java: /usr/lib/jvm/jre1.7.0_02/bin/java
Nothing to configure.
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/chromium-browser/plugins
bash: cd: /usr/lib/chromium-browser/plugins: No such file or directory
cevin@Cevin:/usr/lib/jvm$ sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .
cevin@Cevin:/usr/lib/jvm$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

ok if you run:

mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Then close firefox, erun it and you will now have Oracle Java 1.7_02

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15
Revision history for this message
oocevin (ccct007) said :
#16

Pogo is working now. WOW almost windows.

Thanks actionparsnip ones again you saved me a wife beating.....

Without pogo I would be alright. But that is all she does on
here..

ooseven

Revision history for this message
oocevin (ccct007) said :
#17

This should work on ubuntu 12.04 also?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#18

Yes it will work with any linux distro too. 32bit only for that script.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#19

Thats how it gets installed. Users simply won't do that and moan it's not packaged when it is a cinch to install.

Revision history for this message
oocevin (ccct007) said :
#20

Thanks, I'm going to install 12.04

Revision history for this message
oocevin (ccct007) said :
#21

actionparsnp what do I have to change in this for 64 bit Ubuntu 11.10
cd $HOME

wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz

sudo apt-get -y install unp

unp ./jre-7u2-linux-i586.tar.gz

rm ./jdk-7u2-linux-i586.tar.gz

sudo mkdir -p /usr/lib/jvm

cd /usr/lib/jvm

sudo mv ~/jre1.7.0_02/ .

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81

sudo update-alternatives --config java

cd /usr/lib/chromium-browser/plugins

sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

ok if you run:

mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Then close firefox, erun it and you will now have Oracle Java 1.7_02

Test Java: http://java.com/en/download/testjava.jsp

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#22

cd
wget http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz
sudo apt-get -y install unp
unp ./jdk-7-linux-x64.tar.gz
rm ./jdk-7-linux-x64.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so .
mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so

The difference is the file and the link, the rest is identical. Please don't email me for replies. I will respond to your post on here.

Revision history for this message
oocevin (ccct007) said :
#23

Thanks, and no more mails...

Revision history for this message
Nimras (wipeout186) said :
#24

actionparsnp I have triede this many times on Ubuntu 10.04 with Firefox 10.0.2 on a friends linux machine

What i did was i uninstalled everything named Icedtea via package manager as it was that which caused problem downloaded from Oracle the new JRE not sure if its the same 02 version you had anyway i can see now they are on version 03 as the link here under will show.

Link: http://download.oracle.com/otn-pub/java/jdk/7u3-b04/jre-7u3-linux-i586.tar.gz <-- new version it seems

I unpacked it, moved it to /usr/lib/jvm/jre1.7.0_02/

made the dirs ~/.mozilla/plugins

ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so ~/.mozilla/plugins/

sudo update-alternatives --config java <-- here i picked the the new java.

Anyway in firefox it shows the plugin Java 1.7.0.2 and about:plugins shows it as well. But when i go to the java test page nothing happens the Aplet will not start what so ever.

what have i done wrong?

And do you think i have more luck with this version you use here:

cd $HOME

wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz <-- should i update this to:
wget http://download.oracle.com/otn-pub/java/jdk/7u3-b04/jre-7u3-linux-i586.tar.gz <--- and chance the rest accordently?

sudo apt-get -y install unp

unp ./jre-7u2-linux-i586.tar.gz

rm ./jdk-7u2-linux-i586.tar.gz

sudo mkdir -p /usr/lib/jvm

cd /usr/lib/jvm

sudo mv ~/jre1.7.0_02/ .

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81

sudo update-alternatives --config java

cd /usr/lib/chromium-browser/plugins

sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

ok if you run:

mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Then close firefox, erun it and you will now have Oracle Java 1.7_02

Test Java: http://java.com/en/download/testjava.jsp

Would be greate to know where i went wrong or if i can do anything for my friend there.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#25

If the filename has changed then yes, change it. The rest should be largely the same, if you just use logic then it's not hard to change to the new file names (and folder names etc).

If you use (crappy) firefox you will need to symlink the file to the Firefox plugins folder so that it can be used.

Revision history for this message
Nimras (wipeout186) said :
#26

Crappy firefox?

Sorry not sure what you mean with Crappy firefox my knowledge of Ubuntu is a bit rusty i have decided when my new HDD comes to install ubuntu on the side of my other systems to get my self back into the loop.

The Firefox in use is the 10.0.2 that ubuntu 10.04 install or update to it self?

And yes i know its easy if the file name changes i just not sure what i did wrong when i was at his place since Firefox saw the 1.7.0.2 plugin yet when going to places where it should be used would the aplet not start.

So something must have been right when i could see it in firefox but then where it goese wrong since it won't use it am still beyond me.

Anyway i hope for a answer when i get up as i would be very pleased to know what i can do to be sure when i visit him next time that i can install everything in his ubuntu and it works without crashes, atm he can't use his online bank due to java crashing firefox or should i say the Icedtea plugin.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#27

All you are doing is downloading the file and extracting it then copying it to /usr/lib/jvm

You are then adding java path as 'java' and then symlinking the .so file to your browsers plugins folder

That's all it is

Revision history for this message
oocevin (ccct007) said :
#28

This is not working on ubuntu 12.04:
cd $HOME
wget http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz
sudo apt-get -y install unp
unp ./jdk-7-linux-x64.tar.gz
rm ./jdk-7-linux-x64.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so .
mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so

Revision history for this message
oocevin (ccct007) said :
#29

cevin@Cevin:~$ lsb_release -a; uname -a; dpkg -l | grep java; java -version
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux Cevin 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
The program 'java' can be found in the following packages:
 * gcj-4.4-jre-headless
 * gcj-4.6-jre-headless
 * openjdk-6-jre-headless
 * gcj-4.5-jre-headless
 * openjdk-7-jre-headless
Try: sudo apt-get install <selected package>

Revision history for this message
oocevin (ccct007) said :
#30

I reinstalled ubuntu 11.10:
cevin@Cevin:~$ lsb_release -a; uname -a; dpkg -l | grep java; java -version
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux Cevin 3.0.0-16-generic-pae #28-Ubuntu SMP Fri Jan 27 19:24:01 UTC 2012 i686 athlon i386 GNU/Linux
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) Server VM (build 22.0-b10, mixed mode)
cevin@Cevin:~$
I did not install icedtea6-plugin. But it does not work here either.

What am I doing wrong??????

Revision history for this message
Nimras (wipeout186) said :
#31

Yes actionparsnip I get that.

but what i triede to tell you is I didn't get it to work.

Firefox sees the plugin in its Add-ons as well as About:plugins.

But when i go to any page that need java will the aplet not start.

So whats the reason for this and what did i miss?

I triede the one with ~/.mozilla/plugins and simlink to that as well as simlink to firefox-10.0.2/plugins or what ever it was as Oracle surgest.

Neither worked i haven't triede it the long way you did but still what have i missed or done wrong?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#32

can you give the output of:

java -version

Thanks

Revision history for this message
Nimras (wipeout186) said :
#33

actionparsnip was that to me?

If so I aren't at his PC but i was trying to installed 1.7.0.2 back then with no luck.

But the guide i followed was this: http://askubuntu.com/questions/56104/how-can-i-install-oracle-java-jre-7

And it didn't work as i said Firefox sees the plugin but didn't start aplet.

And after 4 hours of doing everything i found from Oracle, Sun and other pages I gave up as it got to late.

Then i have searched the interweb for a solution for next time i visit him so I can installed it.

And well this topic was well the closest to my problem or rather his problem :).

Revision history for this message
oocevin (ccct007) said :
#34

cevin@Cevin:~$ cd $HOME
cevin@Cevin:~$ wget http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz
--2012-02-20 10:32:55-- http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz
Resolving download.oracle.com... 184.51.200.75, 184.51.200.82
Connecting to download.oracle.com|184.51.200.75|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94971634 (91M) [application/x-gzip]
Saving to: `jdk-7-linux-x64.tar.gz'

100%[======================================>] 94,971,634 2.00M/s in 49s

2012-02-20 10:33:44 (1.87 MB/s) - `jdk-7-linux-x64.tar.gz' saved [94971634/94971634]

cevin@Cevin:~$ sudo apt-get -y install unp
[sudo] password for cevin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
unp is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
cevin@Cevin:~$unp ./jdk-7-linux-x64.tar.gz
jdk1.7.0/jre/lib/zi/SystemV/YST9
jdk1.7.0/jre/lib/zi/SystemV/YST9YDT
jdk1.7.0/jre/lib/zi/Australia/
jdk1.7.0/jre/lib/zi/Australia/Sydney
jdk1.7.0/jre/lib/zi/Australia/Currie
jdk1.7.0/jre/lib/zi/Australia/Darwin
jdk1.7.0/jre/lib/zi/Australia/Perth
jdk1.7.0/jre/lib/zi/Australia/Hobart
jdk1.7.0/jre/lib/zi/Australia/Lord_Howe
jdk1.7.0/jre/lib/zi/Australia/Broken_Hill
jdk1.7.0/jre/lib/zi/Australia/Eucla
jdk1.7.0/jre/lib/zi/Australia/Adelaide
jdk1.7.0/jre/lib/zi/Australia/Brisbane
jdk1.7.0/jre/lib/zi/Australia/Melbourne
jdk1.7.0/jre/lib/zi/Australia/Lindeman
jdk1.7.0/jre/lib/zi/Antarctica/
jdk1.7.0/jre/lib/zi/Antarctica/Rothera
jdk1.7.0/jre/lib/zi/Antarctica/Mawson
jdk1.7.0/jre/lib/zi/Antarctica/Palmer
jdk1.7.0/jre/lib/zi/Antarctica/McMurdo
jdk1.7.0/jre/lib/zi/Antarctica/Davis
jdk1.7.0/jre/lib/zi/Antarctica/Macquarie
jdk1.7.0/jre/lib/zi/Antarctica/DumontDUrville
jdk1.7.0/jre/lib/zi/Antarctica/Syowa
jdk1.7.0/jre/lib/zi/Antarctica/Casey
jdk1.7.0/jre/lib/zi/Antarctica/Vostok
jdk1.7.0/jre/lib/zi/ZoneInfoMappings
jdk1.7.0/jre/lib/zi/America/
jdk1.7.0/jre/lib/zi/America/Recife
jdk1.7.0/jre/lib/zi/America/Santarem
jdk1.7.0/jre/lib/zi/America/Hermosillo
jdk1.7.0/jre/lib/zi/America/Whitehorse
jdk1.7.0/jre/lib/zi/America/Puerto_Rico
jdk1.7.0/jre/lib/zi/America/Bahia_Banderas
jdk1.7.0/jre/lib/zi/America/Cayenne
jdk1.7.0/jre/lib/zi/America/Adak
jdk1.7.0/jre/lib/zi/America/Boise
jdk1.7.0/jre/lib/zi/America/Paramaribo
jdk1.7.0/jre/lib/zi/America/Argentina/
jdk1.7.0/jre/lib/zi/America/Argentina/Tucuman
jdk1.7.0/jre/lib/zi/America/Argentina/Buenos_Aires
jdk1.7.0/jre/lib/zi/America/Argentina/San_Juan
jdk1.7.0/jre/lib/zi/America/Argentina/Rio_Gallegos
jdk1.7.0/jre/lib/zi/America/Argentina/Salta
jdk1.7.0/jre/lib/zi/America/Argentina/Catamarca
jdk1.7.0/jre/lib/zi/America/Argentina/Ushuaia
jdk1.7.0/jre/lib/zi/America/Argentina/La_Rioja
jdk1.7.0/jre/lib/zi/America/Argentina/San_Luis
jdk1.7.0/jre/lib/zi/America/Argentina/Mendoza
jdk1.7.0/jre/lib/zi/America/Argentina/Cordoba
jdk1.7.0/jre/lib/zi/America/Argentina/Jujuy
jdk1.7.0/jre/lib/zi/America/Goose_Bay
jdk1.7.0/jre/lib/zi/America/Bogota
jdk1.7.0/jre/lib/zi/America/Santo_Domingo
jdk1.7.0/jre/lib/zi/America/Lima
jdk1.7.0/jre/lib/zi/America/Belem
jdk1.7.0/jre/lib/zi/America/Glace_Bay
jdk1.7.0/jre/lib/zi/America/Moncton
jdk1.7.0/jre/lib/zi/America/Tortola
jdk1.7.0/jre/lib/zi/America/Thule
jdk1.7.0/jre/lib/zi/America/Grenada
jdk1.7.0/jre/lib/zi/America/Nassau
jdk1.7.0/jre/lib/zi/America/Mazatlan
jdk1.7.0/jre/lib/zi/America/Atikokan
jdk1.7.0/jre/lib/zi/America/Montserrat
jdk1.7.0/jre/lib/zi/America/St_Lucia
jdk1.7.0/jre/lib/zi/America/Regina
jdk1.7.0/jre/lib/zi/America/Fortaleza
jdk1.7.0/jre/lib/zi/America/Tijuana
jdk1.7.0/jre/lib/zi/America/Kentucky/
jdk1.7.0/jre/lib/zi/America/Kentucky/Monticello
jdk1.7.0/jre/lib/zi/America/Kentucky/Louisville
jdk1.7.0/jre/lib/zi/America/La_Paz
jdk1.7.0/jre/lib/zi/America/Dawson_Creek
jdk1.7.0/jre/lib/zi/America/Cancun
jdk1.7.0/jre/lib/zi/America/Montreal
jdk1.7.0/jre/lib/zi/America/Winnipeg
jdk1.7.0/jre/lib/zi/America/Nipigon
jdk1.7.0/jre/lib/zi/America/Santiago
jdk1.7.0/jre/lib/zi/America/Pangnirtung
jdk1.7.0/jre/lib/zi/America/Metlakatla
jdk1.7.0/jre/lib/zi/America/Caracas
jdk1.7.0/jre/lib/zi/America/Yakutat
jdk1.7.0/jre/lib/zi/America/Belize
jdk1.7.0/jre/lib/zi/America/Godthab
jdk1.7.0/jre/lib/zi/America/Sao_Paulo
jdk1.7.0/jre/lib/zi/America/Scoresbysund
jdk1.7.0/jre/lib/zi/America/Iqaluit
jdk1.7.0/jre/lib/zi/America/Manaus
jdk1.7.0/jre/lib/zi/America/Panama
jdk1.7.0/jre/lib/zi/America/Chihuahua
jdk1.7.0/jre/lib/zi/America/Chicago
jdk1.7.0/jre/lib/zi/America/El_Salvador
jdk1.7.0/jre/lib/zi/America/Curacao
jdk1.7.0/jre/lib/zi/America/Grand_Turk
jdk1.7.0/jre/lib/zi/America/Jamaica
jdk1.7.0/jre/lib/zi/America/Eirunepe
jdk1.7.0/jre/lib/zi/America/Martinique
jdk1.7.0/jre/lib/zi/America/Guayaquil
jdk1.7.0/jre/lib/zi/America/Dawson
jdk1.7.0/jre/lib/zi/America/Porto_Velho
jdk1.7.0/jre/lib/zi/America/Detroit
jdk1.7.0/jre/lib/zi/America/Boa_Vista
jdk1.7.0/jre/lib/zi/America/Tegucigalpa
jdk1.7.0/jre/lib/zi/America/Thunder_Bay
jdk1.7.0/jre/lib/zi/America/Maceio
jdk1.7.0/jre/lib/zi/America/Cambridge_Bay
jdk1.7.0/jre/lib/zi/America/Vancouver
jdk1.7.0/jre/lib/zi/America/Danmarkshavn
jdk1.7.0/jre/lib/zi/America/Monterrey
jdk1.7.0/jre/lib/zi/America/Campo_Grande
jdk1.7.0/jre/lib/zi/America/Bahia
jdk1.7.0/jre/lib/zi/America/Menominee
jdk1.7.0/jre/lib/zi/America/Port-au-Prince
jdk1.7.0/jre/lib/zi/America/Guyana
jdk1.7.0/jre/lib/zi/America/Rainy_River
jdk1.7.0/jre/lib/zi/America/Rio_Branco
jdk1.7.0/jre/lib/zi/America/Costa_Rica
jdk1.7.0/jre/lib/zi/America/Inuvik
jdk1.7.0/jre/lib/zi/America/Aruba
jdk1.7.0/jre/lib/zi/America/Miquelon
jdk1.7.0/jre/lib/zi/America/St_Johns
jdk1.7.0/jre/lib/zi/America/Anchorage
jdk1.7.0/jre/lib/zi/America/St_Vincent
jdk1.7.0/jre/lib/zi/America/North_Dakota/
jdk1.7.0/jre/lib/zi/America/North_Dakota/Center
jdk1.7.0/jre/lib/zi/America/North_Dakota/Beulah
jdk1.7.0/jre/lib/zi/America/North_Dakota/New_Salem
jdk1.7.0/jre/lib/zi/America/Edmonton
jdk1.7.0/jre/lib/zi/America/Cuiaba
jdk1.7.0/jre/lib/zi/America/Indiana/
jdk1.7.0/jre/lib/zi/America/Indiana/Knox
jdk1.7.0/jre/lib/zi/America/Indiana/Petersburg
jdk1.7.0/jre/lib/zi/America/Indiana/Winamac
jdk1.7.0/jre/lib/zi/America/Indiana/Marengo
jdk1.7.0/jre/lib/zi/America/Indiana/Vevay
jdk1.7.0/jre/lib/zi/America/Indiana/Vincennes
jdk1.7.0/jre/lib/zi/America/Indiana/Indianapolis
jdk1.7.0/jre/lib/zi/America/Indiana/Tell_City
jdk1.7.0/jre/lib/zi/America/Antigua
jdk1.7.0/jre/lib/zi/America/Barbados
jdk1.7.0/jre/lib/zi/America/Los_Angeles
jdk1.7.0/jre/lib/zi/America/Asuncion
jdk1.7.0/jre/lib/zi/America/Yellowknife
jdk1.7.0/jre/lib/zi/America/Merida
jdk1.7.0/jre/lib/zi/America/Managua
jdk1.7.0/jre/lib/zi/America/Ojinaga
jdk1.7.0/jre/lib/zi/America/Nome
jdk1.7.0/jre/lib/zi/America/Noronha
jdk1.7.0/jre/lib/zi/America/Anguilla
jdk1.7.0/jre/lib/zi/America/Sitka
jdk1.7.0/jre/lib/zi/America/Havana
jdk1.7.0/jre/lib/zi/America/Denver
jdk1.7.0/jre/lib/zi/America/Matamoros
jdk1.7.0/jre/lib/zi/America/Dominica
jdk1.7.0/jre/lib/zi/America/Toronto
jdk1.7.0/jre/lib/zi/America/Araguaina
jdk1.7.0/jre/lib/zi/America/Juneau
jdk1.7.0/jre/lib/zi/America/Guadeloupe
jdk1.7.0/jre/lib/zi/America/Mexico_City
jdk1.7.0/jre/lib/zi/America/Port_of_Spain
jdk1.7.0/jre/lib/zi/America/St_Kitts
jdk1.7.0/jre/lib/zi/America/Resolute
jdk1.7.0/jre/lib/zi/America/Montevideo
jdk1.7.0/jre/lib/zi/America/Halifax
jdk1.7.0/jre/lib/zi/America/Santa_Isabel
jdk1.7.0/jre/lib/zi/America/Phoenix
jdk1.7.0/jre/lib/zi/America/Swift_Current
jdk1.7.0/jre/lib/zi/America/Guatemala
jdk1.7.0/jre/lib/zi/America/St_Thomas
jdk1.7.0/jre/lib/zi/America/Cayman
jdk1.7.0/jre/lib/zi/America/New_York
jdk1.7.0/jre/lib/zi/America/Blanc-Sablon
jdk1.7.0/jre/lib/zi/America/Rankin_Inlet
jdk1.7.0/jre/lib/zi/MET
jdk1.7.0/jre/lib/zi/Etc/
jdk1.7.0/jre/lib/zi/Etc/GMT-9
jdk1.7.0/jre/lib/zi/Etc/GMT-6
jdk1.7.0/jre/lib/zi/Etc/GMT+9
jdk1.7.0/jre/lib/zi/Etc/GMT+7
jdk1.7.0/jre/lib/zi/Etc/GMT
jdk1.7.0/jre/lib/zi/Etc/GMT+11
jdk1.7.0/jre/lib/zi/Etc/GMT+12
jdk1.7.0/jre/lib/zi/Etc/GMT+4
jdk1.7.0/jre/lib/zi/Etc/GMT+10
jdk1.7.0/jre/lib/zi/Etc/GMT-1
jdk1.7.0/jre/lib/zi/Etc/GMT-11
jdk1.7.0/jre/lib/zi/Etc/UTC
jdk1.7.0/jre/lib/zi/Etc/GMT+1
jdk1.7.0/jre/lib/zi/Etc/GMT-7
jdk1.7.0/jre/lib/zi/Etc/UCT
jdk1.7.0/jre/lib/zi/Etc/GMT-2
jdk1.7.0/jre/lib/zi/Etc/GMT-3
jdk1.7.0/jre/lib/zi/Etc/GMT+8
jdk1.7.0/jre/lib/zi/Etc/GMT-12
jdk1.7.0/jre/lib/zi/Etc/GMT+5
jdk1.7.0/jre/lib/zi/Etc/GMT-10
jdk1.7.0/jre/lib/zi/Etc/GMT+6
jdk1.7.0/jre/lib/zi/Etc/GMT+3
jdk1.7.0/jre/lib/zi/Etc/GMT-4
jdk1.7.0/jre/lib/zi/Etc/GMT-8
jdk1.7.0/jre/lib/zi/Etc/GMT-13
jdk1.7.0/jre/lib/zi/Etc/GMT-5
jdk1.7.0/jre/lib/zi/Etc/GMT-14
jdk1.7.0/jre/lib/zi/Etc/GMT+2
jdk1.7.0/jre/lib/zi/CET
jdk1.7.0/jre/lib/zi/Africa/
jdk1.7.0/jre/lib/zi/Africa/Gaborone
jdk1.7.0/jre/lib/zi/Africa/Lubumbashi
jdk1.7.0/jre/lib/zi/Africa/Accra
jdk1.7.0/jre/lib/zi/Africa/Lome
jdk1.7.0/jre/lib/zi/Africa/Dar_es_Salaam
jdk1.7.0/jre/lib/zi/Africa/Tunis
jdk1.7.0/jre/lib/zi/Africa/Maputo
jdk1.7.0/jre/lib/zi/Africa/Lusaka
jdk1.7.0/jre/lib/zi/Africa/Blantyre
jdk1.7.0/jre/lib/zi/Africa/Banjul
jdk1.7.0/jre/lib/zi/Africa/Addis_Ababa
jdk1.7.0/jre/lib/zi/Africa/Kigali
jdk1.7.0/jre/lib/zi/Africa/Sao_Tome
jdk1.7.0/jre/lib/zi/Africa/Mogadishu
jdk1.7.0/jre/lib/zi/Africa/Johannesburg
jdk1.7.0/jre/lib/zi/Africa/Algiers
jdk1.7.0/jre/lib/zi/Africa/Monrovia
jdk1.7.0/jre/lib/zi/Africa/Ceuta
jdk1.7.0/jre/lib/zi/Africa/Casablanca
jdk1.7.0/jre/lib/zi/Africa/Ndjamena
jdk1.7.0/jre/lib/zi/Africa/Nouakchott
jdk1.7.0/jre/lib/zi/Africa/Asmara
jdk1.7.0/jre/lib/zi/Africa/Dakar
jdk1.7.0/jre/lib/zi/Africa/Kampala
jdk1.7.0/jre/lib/zi/Africa/Bangui
jdk1.7.0/jre/lib/zi/Africa/Libreville
jdk1.7.0/jre/lib/zi/Africa/Harare
jdk1.7.0/jre/lib/zi/Africa/Douala
jdk1.7.0/jre/lib/zi/Africa/Conakry
jdk1.7.0/jre/lib/zi/Africa/Nairobi
jdk1.7.0/jre/lib/zi/Africa/Cairo
jdk1.7.0/jre/lib/zi/Africa/Windhoek
jdk1.7.0/jre/lib/zi/Africa/El_Aaiun
jdk1.7.0/jre/lib/zi/Africa/Porto-Novo
jdk1.7.0/jre/lib/zi/Africa/Bissau
jdk1.7.0/jre/lib/zi/Africa/Khartoum
jdk1.7.0/jre/lib/zi/Africa/Mbabane
jdk1.7.0/jre/lib/zi/Africa/Abidjan
jdk1.7.0/jre/lib/zi/Africa/Bujumbura
jdk1.7.0/jre/lib/zi/Africa/Brazzaville
jdk1.7.0/jre/lib/zi/Africa/Tripoli
jdk1.7.0/jre/lib/zi/Africa/Lagos
jdk1.7.0/jre/lib/zi/Africa/Luanda
jdk1.7.0/jre/lib/zi/Africa/Bamako
jdk1.7.0/jre/lib/zi/Africa/Maseru
jdk1.7.0/jre/lib/zi/Africa/Malabo
jdk1.7.0/jre/lib/zi/Africa/Niamey
jdk1.7.0/jre/lib/zi/Africa/Ouagadougou
jdk1.7.0/jre/lib/zi/Africa/Kinshasa
jdk1.7.0/jre/lib/zi/Africa/Djibouti
jdk1.7.0/jre/lib/zi/Africa/Freetown
jdk1.7.0/jre/lib/zi/WET
jdk1.7.0/jre/lib/zi/MST7MDT
jdk1.7.0/jre/lib/zi/Asia/
jdk1.7.0/jre/lib/zi/Asia/Pontianak
jdk1.7.0/jre/lib/zi/Asia/Singapore
jdk1.7.0/jre/lib/zi/Asia/Yerevan
jdk1.7.0/jre/lib/zi/Asia/Kashgar
jdk1.7.0/jre/lib/zi/Asia/Ho_Chi_Minh
jdk1.7.0/jre/lib/zi/Asia/Tokyo
jdk1.7.0/jre/lib/zi/Asia/Vientiane
jdk1.7.0/jre/lib/zi/Asia/Baku
jdk1.7.0/jre/lib/zi/Asia/Samarkand
jdk1.7.0/jre/lib/zi/Asia/Novosibirsk
jdk1.7.0/jre/lib/zi/Asia/Riyadh89
jdk1.7.0/jre/lib/zi/Asia/Aden
jdk1.7.0/jre/lib/zi/Asia/Damascus
jdk1.7.0/jre/lib/zi/Asia/Jayapura
jdk1.7.0/jre/lib/zi/Asia/Almaty
jdk1.7.0/jre/lib/zi/Asia/Shanghai
jdk1.7.0/jre/lib/zi/Asia/Tashkent
jdk1.7.0/jre/lib/zi/Asia/Kuching
jdk1.7.0/jre/lib/zi/Asia/Yekaterinburg
jdk1.7.0/jre/lib/zi/Asia/Hong_Kong
jdk1.7.0/jre/lib/zi/Asia/Thimphu
jdk1.7.0/jre/lib/zi/Asia/Anadyr
jdk1.7.0/jre/lib/zi/Asia/Dushanbe
jdk1.7.0/jre/lib/zi/Asia/Beirut
jdk1.7.0/jre/lib/zi/Asia/Colombo
jdk1.7.0/jre/lib/zi/Asia/Bahrain
jdk1.7.0/jre/lib/zi/Asia/Muscat
jdk1.7.0/jre/lib/zi/Asia/Aqtau
jdk1.7.0/jre/lib/zi/Asia/Kuwait
jdk1.7.0/jre/lib/zi/Asia/Baghdad
jdk1.7.0/jre/lib/zi/Asia/Phnom_Penh
jdk1.7.0/jre/lib/zi/Asia/Urumqi
jdk1.7.0/jre/lib/zi/Asia/Kolkata
jdk1.7.0/jre/lib/zi/Asia/Gaza
jdk1.7.0/jre/lib/zi/Asia/Ashgabat
jdk1.7.0/jre/lib/zi/Asia/Vladivostok
jdk1.7.0/jre/lib/zi/Asia/Manila
jdk1.7.0/jre/lib/zi/Asia/Tehran
jdk1.7.0/jre/lib/zi/Asia/Harbin
jdk1.7.0/jre/lib/zi/Asia/Dhaka
jdk1.7.0/jre/lib/zi/Asia/Pyongyang
jdk1.7.0/jre/lib/zi/Asia/Ulaanbaatar
jdk1.7.0/jre/lib/zi/Asia/Amman
jdk1.7.0/jre/lib/zi/Asia/Taipei
jdk1.7.0/jre/lib/zi/Asia/Kathmandu
jdk1.7.0/jre/lib/zi/Asia/Dili
jdk1.7.0/jre/lib/zi/Asia/Nicosia
jdk1.7.0/jre/lib/zi/Asia/Dubai
jdk1.7.0/jre/lib/zi/Asia/Karachi
jdk1.7.0/jre/lib/zi/Asia/Chongqing
jdk1.7.0/jre/lib/zi/Asia/Qatar
jdk1.7.0/jre/lib/zi/Asia/Kamchatka
jdk1.7.0/jre/lib/zi/Asia/Jerusalem
jdk1.7.0/jre/lib/zi/Asia/Brunei
jdk1.7.0/jre/lib/zi/Asia/Seoul
jdk1.7.0/jre/lib/zi/Asia/Riyadh
jdk1.7.0/jre/lib/zi/Asia/Novokuznetsk
jdk1.7.0/jre/lib/zi/Asia/Choibalsan
jdk1.7.0/jre/lib/zi/Asia/Makassar
jdk1.7.0/jre/lib/zi/Asia/Tbilisi
jdk1.7.0/jre/lib/zi/Asia/Qyzylorda
jdk1.7.0/jre/lib/zi/Asia/Rangoon
jdk1.7.0/jre/lib/zi/Asia/Hovd
jdk1.7.0/jre/lib/zi/Asia/Bangkok
jdk1.7.0/jre/lib/zi/Asia/Riyadh88
jdk1.7.0/jre/lib/zi/Asia/Riyadh87
jdk1.7.0/jre/lib/zi/Asia/Kuala_Lumpur
jdk1.7.0/jre/lib/zi/Asia/Yakutsk
jdk1.7.0/jre/lib/zi/Asia/Bishkek
jdk1.7.0/jre/lib/zi/Asia/Aqtobe
jdk1.7.0/jre/lib/zi/Asia/Oral
jdk1.7.0/jre/lib/zi/Asia/Irkutsk
jdk1.7.0/jre/lib/zi/Asia/Kabul
jdk1.7.0/jre/lib/zi/Asia/Macau
jdk1.7.0/jre/lib/zi/Asia/Krasnoyarsk
jdk1.7.0/jre/lib/zi/Asia/Omsk
jdk1.7.0/jre/lib/zi/Asia/Magadan
jdk1.7.0/jre/lib/zi/Asia/Sakhalin
jdk1.7.0/jre/lib/zi/Asia/Jakarta
jdk1.7.0/jre/lib/zi/EST5EDT
jdk1.7.0/jre/lib/zi/PST8PDT
jdk1.7.0/jre/lib/zi/Atlantic/
jdk1.7.0/jre/lib/zi/Atlantic/St_Helena
jdk1.7.0/jre/lib/zi/Atlantic/Faroe
jdk1.7.0/jre/lib/zi/Atlantic/Madeira
jdk1.7.0/jre/lib/zi/Atlantic/Stanley
jdk1.7.0/jre/lib/zi/Atlantic/South_Georgia
jdk1.7.0/jre/lib/zi/Atlantic/Cape_Verde
jdk1.7.0/jre/lib/zi/Atlantic/Bermuda
jdk1.7.0/jre/lib/zi/Atlantic/Azores
jdk1.7.0/jre/lib/zi/Atlantic/Canary
jdk1.7.0/jre/lib/zi/Atlantic/Reykjavik
jdk1.7.0/jre/lib/zi/MST
jdk1.7.0/jre/lib/security/
jdk1.7.0/jre/lib/security/US_export_policy.jar
jdk1.7.0/jre/lib/security/local_policy.jar
jdk1.7.0/jre/lib/security/javaws.policy
jdk1.7.0/jre/lib/security/blacklist
jdk1.7.0/jre/lib/security/java.security
jdk1.7.0/jre/lib/security/cacerts
jdk1.7.0/jre/lib/security/trusted.libraries
jdk1.7.0/jre/lib/security/java.policy
jdk1.7.0/jre/lib/fontconfig.Turbo.bfc
jdk1.7.0/jre/lib/plugin.jar
jdk1.7.0/jre/lib/resources.jar
jdk1.7.0/jre/lib/deploy/
jdk1.7.0/jre/lib/deploy/messages_ja.properties
jdk1.7.0/jre/lib/deploy/ffjcext.zip
jdk1.7.0/jre/lib/deploy/messages_pt_BR.properties
jdk1.7.0/jre/lib/deploy/messages_ko.properties
jdk1.7.0/jre/lib/deploy/messages_zh_TW.properties
jdk1.7.0/jre/lib/deploy/messages_it.properties
jdk1.7.0/jre/lib/deploy/messages_fr.properties
jdk1.7.0/jre/lib/deploy/java-icon.ico
jdk1.7.0/jre/lib/deploy/messages_de.properties
jdk1.7.0/jre/lib/deploy/messages_zh_CN.properties
jdk1.7.0/jre/lib/deploy/splash.gif
jdk1.7.0/jre/lib/deploy/messages.properties
jdk1.7.0/jre/lib/deploy/messages_zh_HK.properties
jdk1.7.0/jre/lib/deploy/messages_es.properties
jdk1.7.0/jre/lib/deploy/messages_sv.properties
jdk1.7.0/jre/lib/fontconfig.properties.src
jdk1.7.0/jre/lib/jvm.hprof.txt
jdk1.7.0/jre/lib/jce.jar
jdk1.7.0/jre/lib/calendars.properties
jdk1.7.0/jre/lib/fontconfig.SuSE.11.bfc
jdk1.7.0/jre/lib/logging.properties
jdk1.7.0/jre/lib/meta-index
jdk1.7.0/jre/lib/net.properties
jdk1.7.0/jre/lib/applet/
jdk1.7.0/jre/lib/psfontj2d.properties
jdk1.7.0/jre/LICENSE
jdk1.7.0/jre/bin/
jdk1.7.0/jre/bin/rmiregistry
jdk1.7.0/jre/bin/servertool
jdk1.7.0/jre/bin/orbd
jdk1.7.0/jre/bin/jcontrol
jdk1.7.0/jre/bin/unpack200
jdk1.7.0/jre/bin/tnameserv
jdk1.7.0/jre/bin/javaws
jdk1.7.0/jre/bin/keytool
jdk1.7.0/jre/bin/ControlPanel
jdk1.7.0/jre/bin/pack200
jdk1.7.0/jre/bin/java
jdk1.7.0/jre/bin/policytool
jdk1.7.0/jre/bin/java_vm
jdk1.7.0/jre/bin/rmid
jdk1.7.0/jre/COPYRIGHT
jdk1.7.0/jre/README
jdk1.7.0/jre/plugin/
jdk1.7.0/jre/plugin/desktop/
jdk1.7.0/jre/plugin/desktop/sun_java.png
jdk1.7.0/jre/plugin/desktop/sun_java.desktop
jdk1.7.0/jre/Welcome.html
jdk1.7.0/README.html
jdk1.7.0/src.zip
jdk1.7.0/include/
jdk1.7.0/include/jvmticmlr.h
jdk1.7.0/include/jvmti.h
jdk1.7.0/include/linux/
jdk1.7.0/include/linux/jawt_md.h
jdk1.7.0/include/linux/jni_md.h
jdk1.7.0/include/jdwpTransport.h
jdk1.7.0/include/jni.h
jdk1.7.0/include/classfile_constants.h
jdk1.7.0/include/jawt.h
jdk1.7.0/man/
jdk1.7.0/man/ja
jdk1.7.0/man/man1/
jdk1.7.0/man/man1/java.1
jdk1.7.0/man/man1/xjc.1
jdk1.7.0/man/man1/jar.1
jdk1.7.0/man/man1/idlj.1
jdk1.7.0/man/man1/jsadebugd.1
jdk1.7.0/man/man1/appletviewer.1
jdk1.7.0/man/man1/javah.1
jdk1.7.0/man/man1/schemagen.1
jdk1.7.0/man/man1/servertool.1
jdk1.7.0/man/man1/jrunscript.1
jdk1.7.0/man/man1/javadoc.1
jdk1.7.0/man/man1/unpack200.1
jdk1.7.0/man/man1/javaws.1
jdk1.7.0/man/man1/policytool.1
jdk1.7.0/man/man1/jps.1
jdk1.7.0/man/man1/extcheck.1
jdk1.7.0/man/man1/jhat.1
jdk1.7.0/man/man1/wsgen.1
jdk1.7.0/man/man1/orbd.1
jdk1.7.0/man/man1/jstack.1
jdk1.7.0/man/man1/javap.1
jdk1.7.0/man/man1/jstatd.1
jdk1.7.0/man/man1/apt.1
jdk1.7.0/man/man1/rmiregistry.1
jdk1.7.0/man/man1/keytool.1
jdk1.7.0/man/man1/jarsigner.1
jdk1.7.0/man/man1/serialver.1
jdk1.7.0/man/man1/rmic.1
jdk1.7.0/man/man1/native2ascii.1
jdk1.7.0/man/man1/jvisualvm.1
jdk1.7.0/man/man1/rmid.1
jdk1.7.0/man/man1/jconsole.1
jdk1.7.0/man/man1/jinfo.1
jdk1.7.0/man/man1/jdb.1
jdk1.7.0/man/man1/jmap.1
jdk1.7.0/man/man1/javac.1
jdk1.7.0/man/man1/wsimport.1
jdk1.7.0/man/man1/tnameserv.1
jdk1.7.0/man/man1/pack200.1
jdk1.7.0/man/man1/jstat.1
jdk1.7.0/man/ja_JP.UTF-8/
jdk1.7.0/man/ja_JP.UTF-8/man1/
jdk1.7.0/man/ja_JP.UTF-8/man1/java.1
jdk1.7.0/man/ja_JP.UTF-8/man1/xjc.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jar.1
jdk1.7.0/man/ja_JP.UTF-8/man1/idlj.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jsadebugd.1
jdk1.7.0/man/ja_JP.UTF-8/man1/appletviewer.1
jdk1.7.0/man/ja_JP.UTF-8/man1/javah.1
jdk1.7.0/man/ja_JP.UTF-8/man1/schemagen.1
jdk1.7.0/man/ja_JP.UTF-8/man1/servertool.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jrunscript.1
jdk1.7.0/man/ja_JP.UTF-8/man1/javadoc.1
jdk1.7.0/man/ja_JP.UTF-8/man1/unpack200.1
jdk1.7.0/man/ja_JP.UTF-8/man1/javaws.1
jdk1.7.0/man/ja_JP.UTF-8/man1/policytool.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jps.1
jdk1.7.0/man/ja_JP.UTF-8/man1/extcheck.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jhat.1
jdk1.7.0/man/ja_JP.UTF-8/man1/wsgen.1
jdk1.7.0/man/ja_JP.UTF-8/man1/orbd.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jstack.1
jdk1.7.0/man/ja_JP.UTF-8/man1/javap.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jstatd.1
jdk1.7.0/man/ja_JP.UTF-8/man1/apt.1
jdk1.7.0/man/ja_JP.UTF-8/man1/rmiregistry.1
jdk1.7.0/man/ja_JP.UTF-8/man1/keytool.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jarsigner.1
jdk1.7.0/man/ja_JP.UTF-8/man1/serialver.1
jdk1.7.0/man/ja_JP.UTF-8/man1/rmic.1
jdk1.7.0/man/ja_JP.UTF-8/man1/native2ascii.1
jdk1.7.0/man/ja_JP.UTF-8/man1/rmid.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jconsole.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jinfo.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jdb.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jmap.1
jdk1.7.0/man/ja_JP.UTF-8/man1/javac.1
jdk1.7.0/man/ja_JP.UTF-8/man1/wsimport.1
jdk1.7.0/man/ja_JP.UTF-8/man1/tnameserv.1
jdk1.7.0/man/ja_JP.UTF-8/man1/pack200.1
jdk1.7.0/man/ja_JP.UTF-8/man1/jstat.1
cevin@Cevin:~$ rm ./jdk-7-linux-x64.tar.gz
cevin@Cevin:~$ sudo mkdir -p /usr/lib/jvm
cevin@Cevin:~$ cd /usr/lib/jvm
cevin@Cevin:/usr/lib/jvm$ sudo mv ~/jre1.7.0/ .
mv: cannot stat `/home/cevin/jre1.7.0/': No such file or directory
cevin@Cevin:/usr/lib/jvm$ sudo mv ~/jre1.7.0/ .
mv: cannot stat `/home/cevin/jre1.7.0/': No such file or directory
cevin@Cevin:/usr/lib/jvm$ sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 81
update-alternatives: error: alternative path /usr/lib/jvm/jre1.7.0/bin/java doesn't exist.
cevin@Cevin:/usr/lib/jvm$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode
  1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode
  2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 manual mode

Press enter to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in manual mode.
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/chromium-browser/plugins
bash: cd: /usr/lib/chromium-browser/plugins: No such file or directory
cevin@Cevin:/usr/lib/jvm$ sudo ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so .
ln: creating symbolic link `./libnpjp2.so': File exists
cevin@Cevin:/usr/lib/jvm$ mkdir ~/.mozilla/plugins
mkdir: cannot create directory `/home/cevin/.mozilla/plugins': File exists
cevin@Cevin:/usr/lib/jvm$ cd ~/.mozilla/plugins
cevin@Cevin:~/.mozilla/plugins$ ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so
ln: creating symbolic link `./libnpjp2.so': File exists
Well this is how I did it and the read out on it.
cevin@Cevin:~/.mozilla/plugins$ lsb_release -a; uname -a; dpkg -l | grep java; java -version
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux Cevin 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:48:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
ii ca-certificates-java 20110912ubuntu3 Common CA certificates (JKS keystore)
ii java-common 0.42ubuntu2 Base of all Java packages
ii libaccess-bridge-java 1.26.2-6 Java Access Bridge for GNOME
ii libaccess-bridge-java-jni 1.26.2-6 Java Access Bridge for GNOME (jni bindings)
ii tzdata-java 2011n-0ubuntu0.11.10 time zone and daylight-saving time data for use by java runtimes
java version "1.7.0_147-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.0) (7~b147-2.0-0ubuntu0.11.10.1)
OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)

Does every thing look alright?

ooseven

Revision history for this message
oocevin (ccct007) said :
#35

I use firefox so instaed of this:
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/chromium-browser/plugins
Should it be:
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/firefoz-browser/plugins?

ooseven

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#36

What is the output of:

sudo updatedb; locate libnpjp2.so

Thanks

Revision history for this message
oocevin (ccct007) said :
#37

/home/cevin/.mozilla/plugins/libnpjp2.so
/home/cevin/jdk1.7.0/jre/lib/amd64/libnpjp2.so
/home/cevin/jdk1.7.0/lib/amd64/libnpjp2.so
/usr/lib/jvm/libnpjp2.so

ooseven

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#38

what is the output of:

file /home/cevin/.mozilla/plugins/libnpjp2.so

Thanks

Revision history for this message
oocevin (ccct007) said :
#39

cevin@Cevin:~$ file /home/cevin/.mozilla/plugins/libnpjp2.so
/home/cevin/.mozilla/plugins/libnpjp2.so: broken symbolic link to `/usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so'

Thanks

ooseven

P.S.
I'm doing this for my wife and I want to be upgraded as much as possible as
you advivesed

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#40

Looks fine as far as I can see, I don't use Firefox so aren't sure of it's plugins folder. I believe that folder is still used though.

Revision history for this message
oocevin (ccct007) said :
#41

Did tou see my earlier ?
I use firefox so instaed of this:
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/chromium-browser/plugins
Should it be:
cevin@Cevin:/usr/lib/jvm$ cd /usr/lib/firefox-browser/plugins?

Just asking.

ooseven

Revision history for this message
oocevin (ccct007) said :
#42

Well what I just did is install a disro that the scipt work on before
but only 11.04.

If it works I will download ubuntu 11.04 64 bit see what happens.

Be right back:-)

ooseven

Revision history for this message
oocevin (ccct007) said :
#43

It slid right in. Maybe 11.10 is to knew?

Now I'm going to try ubuntu 11.04 64 bit.

ooseven

Revision history for this message
oocevin (ccct007) said :
#44

All 64 bits did not work. 32 bit does.

Revision history for this message
oocevin (ccct007) said :
#45

Well here is my thought on the matter.
I had trouble installing java. But I tried
it with out updating my system and it
went right in.

I'm going to try ubuntu 11.10 32 bit
and try it that way.

ooseven

Revision history for this message
oocevin (ccct007) said :
#46

Well I installed u 11.10 32 bit and before I updated my system
I did the java script and it slid right in. I could not get it to work
on ubuntu 11.10 32 bit before.

ooseven

Revision history for this message
oocevin (ccct007) said :
#47

I will try 64 bit in the next few days to see if that will work.

ooseven

Revision history for this message
oocevin (ccct007) said :
#48

For 32 bit java that will work in pogo.com.
For me it installs better if you do this before
you update your new install:

cd $HOME

wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz <-- should i update this to:
wget http://download.oracle.com/otn-pub/java/jdk/7u3-b04/jre-7u3-linux-i586.tar.gz <--- and chance the rest accordently?

sudo apt-get -y install unp

unp ./jre-7u2-linux-i586.tar.gz

rm ./jdk-7u2-linux-i586.tar.gz

sudo mkdir -p /usr/lib/jvm

cd /usr/lib/jvm

sudo mv ~/jre1.7.0_02/ .

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81

sudo update-alternatives --config java

cd /usr/lib/chromium-browser/plugins

sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

ok if you run:

mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Then close firefox, erun it and you will now have Oracle Java 1.7_02

Test Java: http://java.com/en/download/testjava.jsp

But like I said it works for me the 32 bit. The 64 bit I have not
gotten it to work yet..

ooseven

Revision history for this message
oocevin (ccct007) said :
#49

OK I found this and it slid right in. But now I did a
fresh reinstall of Ubuntu 11.10 64 bit and I did
not update my new install till I did the java first.

Here is the link that got it to work. But the 32
bit that actionparsnip proposed worked. But
again before I updated a fresh install:

http://sites.google.com/site/easylinuxtipsproject/java#TOC-HOW-TO-FOR-64-BIT-UBUNTU

ooseven

Revision history for this message
Nimras (wipeout186) said :
#50

oocevin tell me what did you do to get the 32bit java to work with firefox as what i did failed.

Should my friend update to newest Ubuntu first and use original firefox or ubunuts version and did you install icetead plugin on the side or removed it completely because next time i visit my friend i would like to get his firefox and java to work from start and easy and fast?

Revision history for this message
oocevin (ccct007) said :
#51

Like I stated that when I installed a fresh install and did this script before I
updated my system it worked every time. I did not install nothing before
I did the script.

I installed rebooted it into new install and ran this:
cd $HOME

wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz

sudo apt-get -y install unp

unp ./jre-7u2-linux-i586.tar.gz

rm ./jdk-7u2-linux-i586.tar.gz

sudo mkdir -p /usr/lib/jvm

cd /usr/lib/jvm

sudo mv ~/jre1.7.0_02/ .

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81

sudo update-alternatives --config java

cd /usr/lib/chromium-browser/plugins

sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

ok if you run:

mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Then close firefox, erun it and you will now have Oracle Java 1.7_02

Test Java: http://java.com/en/download/testjava.jsp

And it worked. Did not install icedtea or any thing. Ran script.

ooseven

Revision history for this message
oocevin (ccct007) said :
#52

Here is the page that shows how to for 32 bit and 64 bit.

The script that actionparsnip gave on the 32 bit worked but
it worked better before installing updates on new install.

http://sites.google.com/site/easylinuxtipsproject/java#TOC-Install-JRE-32-bit-

Revision history for this message
Nimras (wipeout186) said :
#53

Ok well my friend Ubuntu is a 10.04 LST and i can't reinstall it so how would you recommend i aproach this then?

Update ubuntu then remove everything named firefox and jave and reinstall firefox and then use the thing you did there with newest java and hope it works?

Because what i managed was to get so far that firefox sees the plugin and it claims it works everything in the ubuntu sees the damn java but when i do anything that requires java will the java aplet not start and then nothing.

So not sure what i did wrong or if there is something i am missing on his Pc?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#54

The file has changed, so the script won't work

For 32bit

#!/bin/bash
cd
wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz
sudo apt-get -y install unp
unp ./jre-7u2-linux-i586.tar.gz
rm ./jdk-7u2-linux-i586.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0_02/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

For 64bit

#!/bin/bash
cd
wget http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz
sudo apt-get -y install unp
unp ./jdk-7-linux-x64.tar.gz
rm ./jdk-7-linux-x64.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so .
mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so

Revision history for this message
Nimras (wipeout186) said :
#55

actionparsnip or oocevin

How would you surgest i best aproach my friend java problem when i visit him next time.

I can't reinstall his system and its a Ubuntu 10.04 LST with Ubuntu Firefox 10.0.2 and icedtea plugin.

What would you surgest my aproach should be to get Java to work because atm I haven't been back due to me not sure how i best do this.

Should i upgrade ubuntu first, should i remove firefox and icedtea and reinstall firefox or how would be best?

Last i did anything i followed this guide: http://askubuntu.com/questions/56104/how-can-i-install-oracle-java-jre-7

I also tried this guide: http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jre.html followed by this guide for the plugin: http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-plugin-install.html

Both guides got me so far that version --java showed what it should, the update-alternatives was set to the right java and Firefox about:plugins and add-ons both showed the Java 1.7.0.2 there, active and working yet when i went to test the JAVA Aplet would not start no matter what would it not start the aplet hence java do not work at least it did not crash.

So a guide on how i best do it for hopefully max effect you be nice if you have and idea on what might be wrong or whats missing??

Revision history for this message
oocevin (ccct007) said :
#56

I always listen to actionparsnip. He is wayyyy advance then myself.

But I was having the same problem. Si finaly I einstalled and it worked
perfect. Go here: http://sites.google.com/site/easylinuxtipsproject/java#TOC-Install-JRE-32-bit-
and follow in detail. But I would want my system with the newest OS. Not beta.

If your freind has stuff on there save it on cd/dvd and install updated OS and add the java right
from the start. It works every time. I have reinstalled maybe 10 OS's and the java worked every
time. When I updated the OS first I had a problem for some reason unknown by me.

But that is the best I can give. 32/64 bit is on the same page. But look up to actionparsnips
last or so remark. He said that The file has changed, so the script won't work

So he gave a new script. Try that first.......

ooseven

Revision history for this message
Nimras (wipeout186) said :
#57

oocevin yeh well his Ubuntu is on a laptop and he has 0 spare HDD or USB keys to move his stuff thats why i can't reinstall even tho I agree it would be best.

Hence why i try to get it working without lol.

Revision history for this message
oocevin (ccct007) said :
#58

Try that link I posted. It even explains on deleting old java.

ooseven

Revision history for this message
Nimras (wipeout186) said :
#59

I will next time i visit him i hope it will work this time as he really need java up and running for his bank.