Home | Downloads | Fórums | Notícias | Preferências | Galeria | Cadastro | Wiki-BR
 

[ Comunidade Fedora Brasil ]: Forums



Comunidade Fedora Brasil :: Exibir tópico - [Resolvido] JAVA (jre) plugin java p/ o Firefox
 FAQFAQ   PesquisarPesquisar   GruposGrupos   PerfilPerfil   Entrar e ver Mensagens ParticularesEntrar e ver Mensagens Particulares   LoginLogin 

[Resolvido] JAVA (jre) plugin java p/ o Firefox

 
Novo Tópico   Responder Mensagem    Comunidade Fedora Brasil - Índice do Fórum -> Internet
Exibir mensagem anterior :: Exibir próxima mensagem  
Autor Mensagem
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Qui Abr 17, 2008 11:48 am    Assunto: [Resolvido] JAVA (jre) plugin java p/ o Firefox Responder com Citação

Prezados Senhores,
Bom Dia.

Fiz a instalação da Plataforma JAVA (jre): ( Fedora 7 ).

[harder@localhost ~]$ java -version

java version "1.5.0"

gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27)



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.

[harder@localhost ~]$ java -version


Não estou conseguindo instalar o plugin java p/ o Firefox.

Fiz o seguinte:

[harder@localhost ~]$ sudo ln -s /usr/java/default/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/.

Para testar se o plugin foi instalado corretamente:

http://www.java.com/en/download/installed.jsp

Quando faço o teste no Firefox aparece uma faixa amarela: A instalação de plugins é necessária p/ exibir todo o conteúdo da pagina.

Como fazer para instalar o plugins ??

Atenciosamente.
Harder.


Editado pela última vez por Harder em Qua Abr 23, 2008 9:08 am, num total de 1 vez
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
marcelomfz
Colaborador
Colaborador


Registrado em: Aug 21, 2006
Mensagens: 425
Localização: Rio Grande do Sul

MensagemEnviada: Qui Abr 17, 2008 12:14 pm    Assunto: Responder com Citação

Tenta isto em vez de /usr/java/default é /usr/java/jre1.5.0_06 --> versão instalada

cd /usr/lib/firefox-2.0.0.XX/plugins/

ln -s /usr/java/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so .
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email MSN Messenger
Deusdara
Entusiasta
Entusiasta


Registrado em: Sep 10, 2005
Mensagens: 130
Localização: Vila Velha, ES

MensagemEnviada: Qui Abr 17, 2008 1:45 pm    Assunto: Responder com Citação

Olá

Veja este guia muito claro e objetivo.

GUIA "DULI" DE INSTALAÇÃO

#28 - Instalando a plataforma JAVA (jre) e o plugin java para o Firefox

Para instalar, faça o seguinte:


[duli@localhost ~]$ sudo yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java

[duli@localhost ~]$ sudo yum remove -y jre.i586

[duli@localhost ~]$ wget -O ~/jre-6u5-linux-i586-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790

[duli@localhost ~]$ chmod +x jre*

[duli@localhost ~]$ sudo ./jre*
aceite a licença (yes e enter)

[duli@localhost ~]$ rm -rf jre*

[duli@localhost ~]$ sudo /bin/ln -s /usr/java/default /usr/lib/jvm/jre-1.6.0u5-sun

[duli@localhost ~]$ sudo /usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/jre-1.6.0u5-sun/bin/java 18000

[duli@localhost ~]$ sudo /usr/sbin/alternatives --auto java

Para instalar o plugin Java no Firefox:
(atenção: copie e cole a linha inteira, até o . final)


[duli@localhost ~]$ sudo /usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /usr/lib/jvm/jre-1.6.0u5-sun/plugin/i386/ns7/libjavaplugin_oji.so 18000

[duli@localhost ~]$ sudo /usr/sbin/alternatives --auto libjavaplugin.so

Fonte de Informação:
http://www.fedora.org.br/fortopic7194.html
_________________
[Mobo:Intel D945GCL][CPU:Intel Core2Duo E6400@2.13 GHz][RAM:2x1 GB 533 MHz DDR2 Kingston][GPU: PCI-E GeForce 7300GT 256MB][HD:Seagate 160GB SATA][Fonte:Thermaltake 430 W][Fedora 9.0]
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Qui Abr 17, 2008 3:02 pm    Assunto: Plataforma JAVA Responder com Citação

Prezados Senhores,
Boa Tarde.

Não está rodando...

Oh......plataforma JAVA...madura, extremamente robusta e surpreendentemente versátil, e etc..

E agora?

Atenciosamente.

Harder.


[harder@localhost ~]$ java -version
java version "1.5.0"
gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27)

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.
[harder@localhost ~]$
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
Deusdara
Entusiasta
Entusiasta


Registrado em: Sep 10, 2005
Mensagens: 130
Localização: Vila Velha, ES

MensagemEnviada: Qui Abr 17, 2008 5:54 pm    Assunto: Responder com Citação

Olá Harder


Você seguiu os passos das informações acima ?

Por padrão é este java de código aberto que vai aparecer no Fedora
[harder@localhost ~]$ java -version
java version "1.5.0"
gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27

Depois da instalação e fazer a configuração do JRE da Sun é necessário fazer as alterações nas variáveis ambiente para que o JRE da Sun seja o padrão no Fedora.

Por favor mostre quais os passos que você já fez.

O mais fácil é instalar o programa easylife para fazer todo o trabalho por você.
Escolher o easylife para o Fedora 7.

http://easylife.dulinux.com/


Abraços

Deusdará
_________________
[Mobo:Intel D945GCL][CPU:Intel Core2Duo E6400@2.13 GHz][RAM:2x1 GB 533 MHz DDR2 Kingston][GPU: PCI-E GeForce 7300GT 256MB][HD:Seagate 160GB SATA][Fonte:Thermaltake 430 W][Fedora 9.0]
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Sex Abr 18, 2008 11:03 am    Assunto: Plataforma JAVA (jre) e o plugin java p/ o Firefox Responder com Citação

Prezado Colega,
Bom Dia.


Abaixo arquivo com os comandos.

Um detalhe que está passando batido / não visual, e então ficará, OK !

O que está faltando ??

Atenciosamente.
Harder.




[harder@localhost ~]$ sudo yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ sudo yum remove -y jre.i586
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ wget -O ~/jre-6u3-linux-i586-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
--11:12:36-- http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
=> `/home/harder/jre-6u3-linux-i586-rpm.bin'
Resolvendo javadl.sun.com... 72.5.124.92
Connecting to javadl.sun.com|72.5.124.92|:80... conectado!
HTTP requisição enviada, aguardando resposta... 302 Moved Temporarily
Localização: http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208527927658&h=7ade1309fa5dcd208849525424ae8ec0 [seguinte]
--11:12:52-- http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208527927658&h=7ade1309fa5dcd208849525424ae8ec0
=> `/home/harder/jre-6u3-linux-i586-rpm.bin'
Resolvendo dl8-cdn.sun.com... 68.142.101.29, 68.142.101.243
Connecting to dl8-cdn.sun.com|68.142.101.29|:80... conectado!
HTTP requisição enviada, aguardando resposta... 200 OK
Tamanho: 18,598,258 (18M) [application/octet-stream]

100%[====================================>] 18,598,258 26.45K/s ETA 00:00

11:24:18 (26.50 KB/s) - `/home/harder/jre-6u3-linux-i586-rpm.bin' saved [18598258/18598258]

[harder@localhost ~]$ chmod +x jre*
[harder@localhost ~]$ sudo ./jre*
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ rm -rf jre*
[harder@localhost ~]$ sudo /bin/ln -s /usr/java/default /usr/lib/jvm/jre-1.6.0u3-sun
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ sudo /usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/jre-1.6.0u3-sun/bin/java 18000
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ sudo /usr/sbin/alternatives --auto java
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ java -version
java version "1.5.0"
gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27)

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.
[harder@localhost ~]$ sudo /usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /usr/lib/jvm/jre-1.6.0u3-sun/plugin/i386/ns7/libjavaplugin_oji.so 18000
sudo: /etc/sudoers is mode 0640, should be 0440
[harder@localhost ~]$ sudo /usr/sbin/alternatives --auto libjavaplugin.so
sudo: /etc/sudoers is mode 0640, should be 0440


[harder@localhost ~]$ firefox http://www.java.com/en/download/installed.jsp

[harder@localhost ~]$
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
Deusdara
Entusiasta
Entusiasta


Registrado em: Sep 10, 2005
Mensagens: 130
Localização: Vila Velha, ES

MensagemEnviada: Sex Abr 18, 2008 1:08 pm    Assunto: Responder com Citação

Olá

Para corrigir este problema do sudo você tem duas alternativas:
/etc/sudoers is mode 0640, should be 0440

Usar este caminho descrito no link
http://www.vivaolinux.com.br/comunidades/verTopico.php?codigo=115&codtopico=7001

Ou fazer o seguinte: Fazer as instalações como root:
Abrir um teminal e tornar-se root com o comando

su
Senha: (digitar aqui sua senha de root)

O mais fácil é instalar o programa easylife para fazer todo o trabalho por você.
Escolher o easylife para o Fedora 7.

http://easylife.dulinux.com/


Abraços

Deusdará
_________________
[Mobo:Intel D945GCL][CPU:Intel Core2Duo E6400@2.13 GHz][RAM:2x1 GB 533 MHz DDR2 Kingston][GPU: PCI-E GeForce 7300GT 256MB][HD:Seagate 160GB SATA][Fonte:Thermaltake 430 W][Fedora 9.0]
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Sex Abr 18, 2008 3:00 pm    Assunto: Plataforma JAVA (jre) e o plugin java p/ o Firefox Responder com Citação

Prezado Colega,
Boa Tarde.


Tentei instalar o programa easylife para o o Fedora 7, tem um ERRO:

Public key for fedorafacil-20071030-1.i386.rpm is not installed ( 32 bits ).

Não estamos encontrando uma “solução”, alternativa p/ revolver ??

Fiz as instalações como root: abaixo, segue...

Atenciosamente.
Harder

As instalações como root:


[harder@localhost ~]$ su --login
Senha:
[root@localhost ~]# sudo yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# sudo yum remove -y jre.i586
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# wget -O ~/jre-6u3-linux-i586-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
--15:01:52-- http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo javadl.sun.com... 72.5.124.92
Connecting to javadl.sun.com|72.5.124.92|:80... conectado!
HTTP requisição enviada, aguardando resposta... 302 Moved Temporarily
Localização: http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208541681164&h=851f764e601b66b96e983ec3cfeaf895 [seguinte]
--15:02:03-- http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208541681164&h=851f764e601b66b96e983ec3cfeaf895
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo dl8-cdn.sun.com... 68.142.101.29, 68.142.101.243
Connecting to dl8-cdn.sun.com|68.142.101.29|:80... conectado!
HTTP requisição enviada, aguardando resposta... 200 OK
Tamanho: 18,598,258 (18M) [application/octet-stream]

100%[====================================>] 18,598,258 26.57K/s ETA 00:00

15:13:30 (26.50 KB/s) - `/root/jre-6u3-linux-i586-rpm.bin' saved [18598258/18598258]

[root@localhost ~]# chmod +x jre*
[root@localhost ~]# sudo ./jre*
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# rm -rf jre*
[root@localhost ~]# sudo /bin/ln -s /usr/java/default /usr/lib/jvm/jre-1.6.0u3-sun
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# sudo /usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/jre-1.6.0u3-sun/bin/java 18000
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# sudo /usr/sbin/alternatives --auto java
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# java -version
java version "1.5.0"
gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27)

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@localhost ~]# sudo /usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /usr/lib/jvm/jre-1.6.0u3-sun/plugin/i386/ns7/libjavaplugin_oji.so 18000
sudo: /etc/sudoers is mode 0640, should be 0440
[root@localhost ~]# sudo /usr/sbin/alternatives --auto libjavaplugin.so
sudo: /etc/sudoers is mode 0640, should be 0440

[root@localhost ~]# firefox http://www.java.com/en/download/installed.jsp
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
Deusdara
Entusiasta
Entusiasta


Registrado em: Sep 10, 2005
Mensagens: 130
Localização: Vila Velha, ES

MensagemEnviada: Sex Abr 18, 2008 5:41 pm    Assunto: Responder com Citação

Olá

Quando você usou este comando para tornar-se root

[harder@localhost ~]$ su --login
Senha:

Não é mais necessário usar sudo como está abaixo.

[root@localhost ~]# sudo yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java

O comando correto é

[root@localhost ~]# yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java

Quanto ao easylife na página escolha:

para Fedora 7:

i386

Como instalar
Baixe e grave o pacote RPM acima, de acordo com a arquitetura do seu Fedora (i386 ou x86_64), e clique duas vezes sobre ele.



Abraços

Deusdará
_________________
[Mobo:Intel D945GCL][CPU:Intel Core2Duo E6400@2.13 GHz][RAM:2x1 GB 533 MHz DDR2 Kingston][GPU: PCI-E GeForce 7300GT 256MB][HD:Seagate 160GB SATA][Fonte:Thermaltake 430 W][Fedora 9.0]
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Ter Abr 22, 2008 1:24 pm    Assunto: Plataforma JAVA (jre), plugin java p/ o Firefox / resolvido. Responder com Citação

Prezado Colega,
Boa Tarde.

Foi resolvido, o Java está rodando !!

Eu estava a procura de outras possibilidades p/ tentar resolver este “ probleminha “, que não atentei para este detalhe. Foi muito bem observado.

Quanto ao Easylife, vou instalar quando na maquina eu tiver rodando o Fedora 8.

Agradeço a tua colaboração, foi fundamental para resolver esta pendencia.

Anexo cópia do arquivo.

Atenciosamente.
Harder.


[harder@localhost ~]$ su --login
Senha:
[root@localhost ~]# yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:01
Setting up Install Process
Parsing package install arguments
Package compat-libstdc++-33 - 3.2.3-61.i386 is already installed.
Package compat-libstdc++-296 - 2.96-138.i386 is already installed.
Package wget - 1.10.2-15.fc7.i386 is already installed.
Resolving Dependencies
--> Running transaction check
---> Package system-switch-java.noarch 0:1.1.0-2.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
system-switch-java noarch 1.1.0-2.fc7 updates 28 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 28 k
Downloading Packages:
(1/1): system-switch-java 100% |=========================| 28 kB 00:10
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: system-switch-java ######################### [1/1]

Installed: system-switch-java.noarch 0:1.1.0-2.fc7
Complete!
[root@localhost ~]# yum remove -y jre.i586
Setting up Remove Process
No Match for argument: jre.i586
No Packages marked for removal
[root@localhost ~]# wget -O ~/jre-6u3-linux-i586-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
--09:29:26-- http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo javadl.sun.com... 72.5.124.92
Connecting to javadl.sun.com|72.5.124.92|:80... conectado!
HTTP requisição enviada, aguardando resposta... 302 Moved Temporarily
Localização: http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208867335794&h=618ec5357c7789121b5edcb1b6fa8a3c [seguinte]
--09:29:37-- http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208867335794&h=618ec5357c7789121b5edcb1b6fa8a3c
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo dl8-cdn.sun.com... 68.142.101.243, 68.142.101.29
Connecting to dl8-cdn.sun.com|68.142.101.243|:80... conectado!
HTTP requisição enviada, aguardando resposta... 200 OK
Tamanho: 18,598,258 (18M) [application/octet-stream]

100%[====================================>] 18,598,258 26.55K/s ETA 00:00

09:41:03 (26.50 KB/s) - `/root/jre-6u3-linux-i586-rpm.bin' saved [18598258/18598258]

[root@localhost ~]# chmod +x jre*
[root@localhost ~]# ./jre*
Sun Microsystems, Inc. Binary Code License Agreement

for the JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 6

SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION
THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY
CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS
(COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT
CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU
ACCEPT THE TERMS OF THE AGREEMENT. INDICATE ACCEPTANCE BY
SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THE
AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE
TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE
AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT
CONTINUE.

1. DEFINITIONS. "Software" means the identified above in
binary form, any other machine readable materials
(including, but not limited to, libraries, source files,
header files, and data files), any updates or error
corrections provided by Sun, and any user manuals,
programming guides and other documentation provided to you
by Sun under this Agreement. "Programs" mean Java applets
and applications intended to run on the Java Platform,
Standard Edition (Java SE) on Java-enabled general purpose
desktop computers and servers.

2. LICENSE TO USE. Subject to the terms and conditions of
this Agreement, including, but not limited to the Java
Technology Restrictions of the Supplemental License Terms,
Sun grants you a non-exclusive, non-transferable, limited
license without license fees to reproduce and use
internally Software complete and unmodified for the sole
purpose of running Programs. Additional licenses for
developers and/or publishers are granted in the
Supplemental License Terms.

3. RESTRICTIONS. Software is confidential and copyrighted.
Title to Software and all associated intellectual property
rights is retained by Sun and/or its licensors. Unless
enforcement is prohibited by applicable law, you may not
modify, decompile, or reverse engineer Software. You
acknowledge that Licensed Software is not designed or
intended for use in the design, construction, operation or
maintenance of any nuclear facility. Sun Microsystems, Inc.
disclaims any express or implied warranty of fitness for
such uses. No right, title or interest in or to any
trademark, service mark, logo or trade name of Sun or its
licensors is granted under this Agreement. Additional
restrictions for developers and/or publishers licenses are
set forth in the Supplemental License Terms.

4. LIMITED WARRANTY. Sun warrants to you that for a period
of ninety (90) days from the date of purchase, as evidenced
by a copy of the receipt, the media on which Software is
furnished (if any) will be free of defects in materials and
workmanship under normal use. Except for the foregoing,
Software is provided "AS IS". Your exclusive remedy and
Sun's entire liability under this limited warranty will be
at Sun's option to replace Software media or refund the fee
paid for Software. Any implied warranties on the Software
are limited to 90 days. Some states do not allow
limitations on duration of an implied warranty, so the
above may not apply to you. This limited warranty gives you
specific legal rights. You may have others, which vary from
state to state.

5. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS
AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS,
REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE
EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY
INVALID.

6. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY
LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE,
EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. In no event will Sun's liability to you, whether
in contract, tort (including negligence), or otherwise,
exceed the amount paid by you for Software under this
Agreement. The foregoing limitations will apply even if the
above stated warranty fails of its essential purpose. Some
states do not allow the exclusion of incidental or
consequential damages, so some of the terms above may not
be applicable to you.

7. TERMINATION. This Agreement is effective until
terminated. You may terminate this Agreement at any time by
destroying all copies of Software. This Agreement will
terminate immediately without notice from Sun if you fail
to comply with any provision of this Agreement. Either
party may terminate this Agreement immediately should any
Software become, or in either party's opinion be likely to
become, the subject of a claim of infringement of any
intellectual property right. Upon Termination, you must
destroy all copies of Software.

8. EXPORT REGULATIONS. All Software and technical data
delivered under this Agreement are subject to US export
control laws and may be subject to export or import
regulations in other countries. You agree to comply
strictly with all such laws and regulations and acknowledge
that you have the responsibility to obtain such licenses to
export, re-export, or import as may be required after
delivery to you.

9. TRADEMARKS AND LOGOS. You acknowledge and agree as
between you and Sun that Sun owns the SUN, SOLARIS, JAVA,
JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS,
JAVA, JINI, FORTE, and iPLANET-related trademarks, service
marks, logos and other brand designations ("Sun Marks"),
and you agree to comply with the Sun Trademark and Logo
Usage Requirements currently located at
http://www.sun.com/policies/trademarks. Any use you make of
the Sun Marks inures to Sun's benefit.

10. U.S. GOVERNMENT RESTRICTED RIGHTS. If Software is being
acquired by or on behalf of the U.S. Government or by a
U.S. Government prime contractor or subcontractor (at any
tier), then the Government's rights in Software and
accompanying documentation will be only as set forth in
this Agreement; this is in accordance with 48 CFR 227.7201
through 227.7202-4 (for Department of Defense (DOD)
acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD
acquisitions).

11. GOVERNING LAW. Any action related to this Agreement
will be governed by California law and controlling U.S.
federal law. No choice of law rules of any jurisdiction
will apply.

12. SEVERABILITY. If any provision of this Agreement is
held to be unenforceable, this Agreement will remain in
effect with the provision omitted, unless omission would
frustrate the intent of the parties, in which case this
Agreement will immediately terminate.

13. INTEGRATION. This Agreement is the entire agreement
between you and Sun relating to its subject matter. It
supersedes all prior or contemporaneous oral or written
communications, proposals, representations and warranties
and prevails over any conflicting or additional terms of
any quote, order, acknowledgment, or other communication
between the parties relating to its subject matter during
the term of this Agreement. No modification of this
Agreement will be binding, unless in writing and signed by
an authorized representative of each party.

SUPPLEMENTAL LICENSE TERMS

These Supplemental License Terms add to or modify the terms
of the Binary Code License Agreement. Capitalized terms not
defined in these Supplemental Terms shall have the same
meanings ascribed to them in the Binary Code License
Agreement . These Supplemental Terms shall supersede any
inconsistent or conflicting terms in the Binary Code
License Agreement, or in any license contained within the
Software.

A. Software Internal Use and Development License Grant.
Subject to the terms and conditions of this Agreement and
restrictions and exceptions set forth in the Software
"README" file incorporated herein by reference, including,
but not limited to the Java Technology Restrictions of
these Supplemental Terms, Sun grants you a non-exclusive,
non-transferable, limited license without fees to reproduce
internally and use internally the Software complete and
unmodified for the purpose of designing, developing, and
testing your Programs.

B. License to Distribute Software. Subject to the terms and
conditions of this Agreement and restrictions and
exceptions set forth in the Software README file,
including, but not limited to the Java Technology
Restrictions of these Supplemental Terms, Sun grants you a
non-exclusive, non-transferable, limited license without
fees to reproduce and distribute the Software, provided
that (i) you distribute the Software complete and
unmodified and only bundled as part of, and for the sole
purpose of running, your Programs, (ii) the Programs add
significant and primary functionality to the Software,
(iii) you do not distribute additioPlataforma JAVA (jre), plugin java p/ o Firefox / resolvido.



Prezado Colega,
Boa Tarde.

Foi resolvido, o Java está rodando !!

Eu estava a procura de outras possibilidades p/ tentar resolver este “ probleminha “, que não atentei para este detalhe. Foi muito bem observado.

Quanto ao Easylife, vou instalar quando na maquina eu tiver rodando o Fedora 8.

Agradeço a tua colaboração, foi fundamental para resolver esta pendencia.

Anexo cópia do arquivo.

Atenciosamente.
Harder.


[harder@localhost ~]$ su --login
Senha:
[root@localhost ~]# yum install -y compat-libstdc++-33 compat-libstdc++-296 wget system-switch-java
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:01
Setting up Install Process
Parsing package install arguments
Package compat-libstdc++-33 - 3.2.3-61.i386 is already installed.
Package compat-libstdc++-296 - 2.96-138.i386 is already installed.
Package wget - 1.10.2-15.fc7.i386 is already installed.
Resolving Dependencies
--> Running transaction check
---> Package system-switch-java.noarch 0:1.1.0-2.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
system-switch-java noarch 1.1.0-2.fc7 updates 28 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 28 k
Downloading Packages:
(1/1): system-switch-java 100% |=========================| 28 kB 00:10
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: system-switch-java ######################### [1/1]

Installed: system-switch-java.noarch 0:1.1.0-2.fc7
Complete!
[root@localhost ~]# yum remove -y jre.i586
Setting up Remove Process
No Match for argument: jre.i586
No Packages marked for removal
[root@localhost ~]# wget -O ~/jre-6u3-linux-i586-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
--09:29:26-- http://javadl.sun.com/webapps/download/AutoDL?BundleId=12790
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo javadl.sun.com... 72.5.124.92
Connecting to javadl.sun.com|72.5.124.92|:80... conectado!
HTTP requisição enviada, aguardando resposta... 302 Moved Temporarily
Localização: http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208867335794&h=618ec5357c7789121b5edcb1b6fa8a3c [seguinte]
--09:29:37-- http://dl8-cdn.sun.com/s/ESD36/JSCDL/jdk/6u3/jre-6u3-linux-i586-rpm.bin?e=1208867335794&h=618ec5357c7789121b5edcb1b6fa8a3c
=> `/root/jre-6u3-linux-i586-rpm.bin'
Resolvendo dl8-cdn.sun.com... 68.142.101.243, 68.142.101.29
Connecting to dl8-cdn.sun.com|68.142.101.243|:80... conectado!
HTTP requisição enviada, aguardando resposta... 200 OK
Tamanho: 18,598,258 (18M) [application/octet-stream]

100%[====================================>] 18,598,258 26.55K/s ETA 00:00

09:41:03 (26.50 KB/s) - `/root/jre-6u3-linux-i586-rpm.bin' saved [18598258/18598258]

[root@localhost ~]# chmod +x jre*
[root@localhost ~]# ./jre*
Sun Microsystems, Inc. Binary Code License Agreement

for the JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 6

SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION
THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY
CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS
(COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT
CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU
ACCEPT THE TERMS OF THE AGREEMENT. INDICATE ACCEPTANCE BY
SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THE
AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE
TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE
AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT
CONTINUE.

1. DEFINITIONS. "Software" means the identified above in
binary form, any other machine readable materials
(including, but not limited to, libraries, source files,
header files, and data files), any updates or error
corrections provided by Sun, and any user manuals,
programming guides and other documentation provided to you
by Sun under this Agreement. "Programs" mean Java applets
and applications intended to run on the Java Platform,
Standard Edition (Java SE) on Java-enabled general purpose
desktop computers and servers.

2. LICENSE TO USE. Subject to the terms and conditions of
this Agreement, including, but not limited to the Java
Technology Restrictions of the Supplemental License Terms,
Sun grants you a non-exclusive, non-transferable, limited
license without license fees to reproduce and use
internally Software complete and unmodified for the sole
purpose of running Programs. Additional licenses for
developers and/or publishers are granted in the
Supplemental License Terms.

3. RESTRICTIONS. Software is confidential and copyrighted.
Title to Software and all associated intellectual property
rights is retained by Sun and/or its licensors. Unless
enforcement is prohibited by applicable law, you may not
modify, decompile, or reverse engineer Software. You
acknowledge that Licensed Software is not designed or
intended for use in the design, construction, operation or
maintenance of any nuclear facility. Sun Microsystems, Inc.
disclaims any express or implied warranty of fitness for
such uses. No right, title or interest in or to any
trademark, service mark, logo or trade name of Sun or its
licensors is granted under this Agreement. Additional
restrictions for developers and/or publishers licenses are
set forth in the Supplemental License Terms.

4. LIMITED WARRANTY. Sun warrants to you that for a period
of ninety (90) days from the date of purchase, as evidenced
by a copy of the receipt, the media on which Software is
furnished (if any) will be free of defects in materials and
workmanship under normal use. Except for the foregoing,
Software is provided "AS IS". Your exclusive remedy and
Sun's entire liability under this limited warranty will be
at Sun's option to replace Software media or refund the fee
paid for Software. Any implied warranties on the Software
are limited to 90 days. Some states do not allow
limitations on duration of an implied warranty, so the
above may not apply to you. This limited warranty gives you
specific legal rights. You may have others, which vary from
state to state.

5. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS
AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS,
REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE
EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY
INVALID.

6. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY
LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE,
EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. In no event will Sun's liability to you, whether
in contract, tort (including negligence), or otherwise,
exceed the amount paid by you for Software under this
Agreement. The foregoing limitations will apply even if the
above stated warranty fails of its essential purpose. Some
states do not allow the exclusion of incidental or
consequential damages, so some of the terms above may not
be applicable to you.

7. TERMINATION. This Agreement is effective until
terminated. You may terminate this Agreement at any time by
destroying all copies of Software. This Agreement will
terminate immediately without notice from Sun if you fail
to comply with any provision of this Agreement. Either
party may terminate this Agreement immediately should any
Software become, or in either party's opinion be likely to
become, the subject of a claim of infringement of any
intellectual property right. Upon Termination, you must
destroy all copies of Software.

8. EXPORT REGULATIONS. All Software and technical data
delivered under this Agreement are subject to US export
control laws and may be subject to export or import
regulations in other countries. You agree to comply
strictly with all such laws and regulations and acknowledge
that you have the responsibility to obtain such licenses to
export, re-export, or import as may be required after
delivery to you.

9. TRADEMARKS AND LOGOS. You acknowledge and agree as
between you and Sun that Sun owns the SUN, SOLARIS, JAVA,
JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS,
JAVA, JINI, FORTE, and iPLANET-related trademarks, service
marks, logos and other brand designations ("Sun Marks"),
and you agree to comply with the Sun Trademark and Logo
Usage Requirements currently located at
http://www.sun.com/policies/trademarks. Any use you make of
the Sun Marks inures to Sun's benefit.

10. U.S. GOVERNMENT RESTRICTED RIGHTS. If Software is being
acquired by or on behalf of the U.S. Government or by a
U.S. Government prime contractor or subcontractor (at any
tier), then the Government's rights in Software and
accompanying documentation will be only as set forth in
this Agreement; this is in accordance with 48 CFR 227.7201
through 227.7202-4 (for Department of Defense (DOD)
acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD
acquisitions).

11. GOVERNING LAW. Any action related to this Agreement
will be governed by California law and controlling U.S.
federal law. No choice of law rules of any jurisdiction
will apply.

12. SEVERABILITY. If any provision of this Agreement is
held to be unenforceable, this Agreement will remain in
effect with the provision omitted, unless omission would
frustrate the intent of the parties, in which case this
Agreement will immediately terminate.

13. INTEGRATION. This Agreement is the entire agreement
between you and Sun relating to its subject matter. It
supersedes all prior or contemporaneous oral or written
communications, proposals, representations and warranties
and prevails over any conflicting or additional terms of
any quote, order, acknowledgment, or other communication
between the parties relating to its subject matter during
the term of this Agreement. No modification of this
Agreement will be binding, unless in writing and signed by
an authorized representative of each party.

SUPPLEMENTAL LICENSE TERMS

These Supplemental License Terms add to or modify the terms
of the Binary Code License Agreement. Capitalized terms not
defined in these Supplemental Terms shall have the same
meanings ascribed to them in the Binary Code License
Agreement . These Supplemental Terms shall supersede any
inconsistent or conflicting terms in the Binary Code
License Agreement, or in any license contained within the
Software.

A. Software Internal Use and Development License Grant.
Subject to the terms and conditions of this Agreement and
restrictions and exceptions set forth in the Software
"README" file incorporated herein by reference, including,
but not limited to the Java Technology Restrictions of
these Supplemental Terms, Sun grants you a non-exclusive,
non-transferable, limited license without fees to reproduce
internally and use internally the Software complete and
unmodified for the purpose of designing, developing, and
testing your Programs.

B. License to Distribute Software. Subject to the terms and
conditions of this Agreement and restrictions and
exceptions set forth in the Software README file,
including, but not limited to the Java Technology
Restrictions of these Supplemental Terms, Sun grants you a
non-exclusive, non-transferable, limited license without
fees to reproduce and distribute the Software, provided
that (i) you distribute the Software complete and
unmodified and only bundled as part of, and for the sole
purpose of running, your Programs, (ii) the Programs add
significant and primary functionality to the Software,
(iii) you do not distribute additional software intended to
replace any component(s) of the Software, (iv) you do not
remove or alter any proprietary legends or notices
contained in the Software, (v) you only distribute the
Software subject to a license agreement that protects Sun's
interests consistent with the terms contained in this
Agreement, and (vi) you agree to defend and indemnify Sun
and its licensors from and

C. Java Technology Restrictions. You may not create,
modify, or change the behavior of, or authorize your
licensees to create, modify, or change the behavior of,
classes, interfaces, or subpackages that are in any way
identified as "java", "javax", "sun" or similar convention
as specified by Sun in any naming convention designation.

D. Source Code. Software may contain source code that,
unless expressly licensed for other purposes, is provided
solely for reference purposes pursuant to the terms of this
Agreement. Source code may not be redistributed unless
expressly provided for in this Agreement.

E. Third Party Code. Additional copyright notices and
license terms applicable to portions of the Software are
set forth in the THIRDPARTYLICENSEREADME.txt file. In
addition to any terms and conditions of any third party
opensource/freeware license identified in the
THIRDPARTYLICENSEREADME.txt file, the disclaimer of
warranty and limitation of liability provisions in
paragraphs 5 and 6 of the Binary Code License Agreement
shall apply to all Software in this distribution.

F. Termination for Infringement. Either party may terminate
this Agreement immediately should any Software become, or
in either party's opinion be likely to become, the subject
of a claim of infringement of any intellectual property
right.

G. Installation and Auto-Update. The Software's
installation and auto-update processes transmit a limited
amount of data to Sun (or its service provider) about those
specific processes to help Sun understand and optimize
them. Sun does not associate the data with personally
identifiable information. You can find more information
about the data Sun collects at http://java.com/data/.

For inquiries please contact: Sun Microsystems, Inc., 4150
Network Circle, Santa Clara, California 95054, U.S.A.

Do you agree to the above license terms? [yes or no]

yes
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jre-6u3-linux-i586.rpm
A preparar... ########################################### [100%]
1:jre ########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
localedata.jar...
plugin.jar...
javaws.jar...
deploy.jar...

Done.
[root@localhost ~]# rm -rf jre*
[root@localhost ~]# /bin/ln -s /usr/java/default /usr/lib/jvm/jre-1.6.0u3-sun
[root@localhost ~]# /usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/jre-1.6.0u3-sun/bin/java 18000
You have new mail in /var/spool/mail/root
[root@localhost ~]# /usr/sbin/alternatives --auto java
[root@localhost ~]# java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)



[root@localhost ~]# /usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /usr/lib/jvm/jre-1.6.0u3-sun/plugin/i386/ns7/libjavaplugin_oji.so 18000
[root@localhost ~]# /usr/sbin/alternatives --auto libjavaplugin.so
[root@localhost ~]# nal software intended to
replace any component(s) of the Software, (iv) you do not
remove or alter any proprietary legends or notices
contained in the Software, (v) you only distribute the
Software subject to a license agreement that protects Sun's
interests consistent with the terms contained in this
Agreement, and (vi) you agree to defend and indemnify Sun
and its licensors from and

C. Java Technology Restrictions. You may not create,
modify, or change the behavior of, or authorize your
licensees to create, modify, or change the behavior of,
classes, interfaces, or subpackages that are in any way
identified as "java", "javax", "sun" or similar convention
as specified by Sun in any naming convention designation.

D. Source Code. Software may contain source code that,
unless expressly licensed for other purposes, is provided
solely for reference purposes pursuant to the terms of this
Agreement. Source code may not be redistributed unless
expressly provided for in this Agreement.

E. Third Party Code. Additional copyright notices and
license terms applicable to portions of the Software are
set forth in the THIRDPARTYLICENSEREADME.txt file. In
addition to any terms and conditions of any third party
opensource/freeware license identified in the
THIRDPARTYLICENSEREADME.txt file, the disclaimer of
warranty and limitation of liability provisions in
paragraphs 5 and 6 of the Binary Code License Agreement
shall apply to all Software in this distribution.

F. Termination for Infringement. Either party may terminate
this Agreement immediately should any Software become, or
in either party's opinion be likely to become, the subject
of a claim of infringement of any intellectual property
right.

G. Installation and Auto-Update. The Software's
installation and auto-update processes transmit a limited
amount of data to Sun (or its service provider) about those
specific processes to help Sun understand and optimize
them. Sun does not associate the data with personally
identifiable information. You can find more information
about the data Sun collects at http://java.com/data/.

For inquiries please contact: Sun Microsystems, Inc., 4150
Network Circle, Santa Clara, California 95054, U.S.A.

Do you agree to the above license terms? [yes or no]

yes
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jre-6u3-linux-i586.rpm
A preparar... ########################################### [100%]
1:jre ########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
localedata.jar...
plugin.jar...
javaws.jar...
deploy.jar...

Done.
[root@localhost ~]# rm -rf jre*
[root@localhost ~]# /bin/ln -s /usr/java/default /usr/lib/jvm/jre-1.6.0u3-sun
[root@localhost ~]# /usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/jre-1.6.0u3-sun/bin/java 18000
You have new mail in /var/spool/mail/root
[root@localhost ~]# /usr/sbin/alternatives --auto java
[root@localhost ~]# java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)



[root@localhost ~]# /usr/sbin/alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so libjavaplugin.so /usr/lib/jvm/jre-1.6.0u3-sun/plugin/i386/ns7/libjavaplugin_oji.so 18000
[root@localhost ~]# /usr/sbin/alternatives --auto libjavaplugin.so
[root@localhost ~]#
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
Deusdara
Entusiasta
Entusiasta


Registrado em: Sep 10, 2005
Mensagens: 130
Localização: Vila Velha, ES

MensagemEnviada: Ter Abr 22, 2008 4:34 pm    Assunto: Responder com Citação

Olá Harder

Por favor coloca no título do Post [Resolvido] para ajudar os usuários como o mesmo problema.

Dia 13 de maio de 2008 via ser lançado o Fedora 9.

Abraços

Deusdará
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Harder
Novato
Novato


Registrado em: Jun 01, 2006
Mensagens: 39
Localização: Blumenau - Santa Catarina

MensagemEnviada: Qua Abr 23, 2008 9:06 am    Assunto: [Resolvido] JAVA (jre) plugin java p/ o Firefox Responder com Citação

Prezado Colega,
Bom Dia.

Coloquei no título do Post [ resolvido ] mas ficou extenso e não acabou saído no título.

Agora vai.....

Atenciosamente.
Harder
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular Enviar Email
Mostrar os tópicos anteriores:   
Novo Tópico   Responder Mensagem    Comunidade Fedora Brasil - Índice do Fórum -> Internet Todos os horários são GMT - 3 Hours
Página 1 de 1

 
Ir para:  
Enviar Mensagens Novas: Proibido.
Responder Tópicos Proibido
Editar Mensagens: Proibido.
Excluir Mensagens: Proibido.
Votar em Enquetes: Proibido.

Powered by phpBB © 2001, 2005 phpBB Group

Forums ©
_