Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

java 32 bit runtime under 64 bit firefox ?

  • 8 respostas
  • 18 têm este problema
  • 1 visualização
  • Última resposta por AnthraxBass

more options

I want to use 32 bit java runtime on my 64 bit Ubuntu 12.04 system. jre installation includes configuration of the java plugin for the firefox. is there any compatibility issues I should know about?

I want to use 32 bit java runtime on my 64 bit Ubuntu 12.04 system. jre installation includes configuration of the java plugin for the firefox. is there any compatibility issues I should know about?

Todas as respostas (8)

more options

Just make sure that Firefox can find the 32 bit Java plugin file (libnpjp2.so) by placing a symlink in a location where Firefox scans for plugins.

more options

Firefox doesn't see the java plugin! This is what I did:

0. //ubuntu amd64: install g++-multilib

1. # cp jdk-6u35-linux-i586.bin /opt/java/

2. # cd /opt/java/

3. # ./jdk-6u35-linux-i586.bin

4. # update-alternatives --install /usr/bin/java java /opt/java/jdk1.6.0_35/bin/java 100

5. # update-alternatives --install /usr/bin/javaws javaws /opt/java/jdk1.6.0_35/bin/javaws 100

6. # update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /opt/java/jdk1.6.0_35/jre/lib/i386/libnpjp2.so 100

7. # update-alternatives --config java

8. # java -version

9. $ JAVA_HOME=/opt/java/jdk1.6.0_35/

10. $ export JAVA_HOME

11. $ PATH=$PATH:/opt/java/jdk1.6.0_35/bin

12. $ export PATH

13. $ javac

In addition to the fact, that Firefox actually doesn't see the java, there's also a problem with JAVA_HOME and PATH variables - they only save their values for the current session.

Modificado por AnthraxBass a

more options

May be this will do:

6. # update-alternatives --install /usr/ lib64 /mozilla/plugins/libjavaplugin.so libjavaplugin.so /opt/java/jdk1.6.0_35/jre/lib/i386/libnpjp2.so 100

??

more options

Which version of Firefox do you have installed?
A 32 bit or a 64 bit version?

If you run a 64 bit version of Firefox then Firefox needs a 64 bit Java plugin (lib64) and a 32 bit Firefox needs a 32 bit Java plugin (lib32), otherwise it won't work.

more options

This is topic subject: [QUOTE] java 32 bit runtime under 64 bit firefox ? [\QUOTE]

You are speaking of pretty obvious things.

Let me remind your first answer: [QUOTE] Just make sure that Firefox can find the 32 bit Java plugin file (libnpjp2.so) by placing a symlink in a location where Firefox scans for plugins. [\QUOTE]

Why do you change your answer like this?

more options

I do not know which Firefox version you currently have installed.
I assumed the normal 32 bit version, but I might be wrong about that.
So please confirm which version you have.

more options

Build identifier: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

What's the point of this topic? - how to keep compatibiliy with 32-bit java applets under 64-bit firefox ?? This is the point.

You say this is impossible? :-\