I have some problems installing java support to my browser (firefox). This support I installed with no problem when running the 32 bit version on the same machine, but now I can't find the plugin. I running on S754 - AMD XP3000 this is the file i download: jre-1_5_0_04-linux-amd64.bin And I am following the installation instructions from this link: http://java.com/en/download/help/5000010500.xml Everything seems to install perfectly, but the libjavaplugin_oji.so is not included, I can't find. Maybe there is an other file to link up to? If someone has the answer, please! kai
Ignacio Vazquez-Abrams
2005-Sep-17 19:14 UTC
[CentOS] Installing Java on X86_64 CentOS 4.1
On Sat, 2005-09-17 at 19:37 +0200, Kai wrote:> I have some problems installing java support to my browser (firefox). > This support I installed with no problem when running the 32 bit version > on the same machine, but now I can't find the plugin. > I running on S754 - AMD XP3000 > > this is the file i download: > jre-1_5_0_04-linux-amd64.bin > > And I am following the installation instructions from this link: > http://java.com/en/download/help/5000010500.xml > > Everything seems to install perfectly, but the libjavaplugin_oji.so is > not included, I can't find. > Maybe there is an other file to link up to? If someone has the answer, > please!Sun used to say this more openly in the past, but they don't have a x86_64 version of the browser plugin. -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://centos.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050917/946bdd8d/attachment.sig>
I ran into pretty much the same problem. I tried several times to install the runtime lib, and it sat there and did nothing. Got to reading and there does not seem to be support for the 86-64 versions. What do you do then? Run the 32-bit version of the browsers? -- Snowman
On Sat, 2005-09-17 at 19:37 +0200, Kai wrote:> I have some problems installing java support to my browser (firefox). > This support I installed with no problem when running the 32 bit version > on the same machine, but now I can't find the plugin. > I running on S754 - AMD XP3000 > > this is the file i download: > jre-1_5_0_04-linux-amd64.bin > > And I am following the installation instructions from this link: > http://java.com/en/download/help/5000010500.xml > > Everything seems to install perfectly, but the libjavaplugin_oji.so is > not included, I can't find. > Maybe there is an other file to link up to? If someone has the answer, > please!I'll second the suggestion to run the 32-bit browser. It's my understanding that with AMD processors, 64-bit gets you a larger address space but not much speed (by this, I mean that 32-bit and 64-bit programs will run at more or less the same speed on a given 64-bit ADM processor). The browser doesn't need the extra address space. You will need to remove the 64-bit version of Firefox, and then install the 32-bit version (yum remove firefox; yum install firefox.i386). What do we gain by using a 64-bit version of Firefox? So many of the plugins won't work with it & aren't available in 64bit. If there's no gain, would it not make sense to stop building the 64-bit version and default to the 32-bit version? Regards, David