Java 7 no Google Chrome no Windows 8

0

Instalei o Java (incluindo o SDK e o JRE) no meu novo Windows 8 Pro 64bit. Ele funciona perfeitamente no IE, mas o Google Chrome não reconhece o Java. Alguém pode me informar se o Java funciona com o Chrome no Windows 8? Eu ouvi que não funciona no Windows 8? Isso é verdade?

É possível instalar o plugin Java no Windows 8 Chrome?

    
por Pradeep Simha 12.10.2013 / 15:36

2 respostas

1

Sim, depois da minha pesquisa. Funciona, mas as seguintes restrições se aplicam (estou respondendo, portanto, se aplica a futuros visitantes):

  • O plug-in Java não funciona no modo Metro, por isso você precisa abrir o Chrome no modo de área de trabalho.
  • Se você estiver executando a versão de 64 bits do Windows 8 Pro, será necessário instalar os dispositivos de 64 bits & Versão de 32 bits do Java (sim, é idiota, mas não tenho certeza porque é assim)

Se você seguir estas etapas, o Java funcionará perfeitamente no Google Chrome no Windows 8 Pro 64 bits.

    
por 12.10.2013 / 15:57
0

Eu não tenho o Windows 8, mas você pode tentar isso:

link

link

Solution:

Install latest version of JDK

Latest version of JRE

Notice that if you are running 32 bit browser then you must have x86 bit Java installed. So all those using x64 bit OS must install x86 bit JRE if they are using 32 bit browser as in my case this was the problem.

Both x64 and x86 JAVA can be installed simultaneously. So better install both! (i have both installed)

Now, Add the path of java compiler to the environment variable as shown below:

Open Advance System Settings > Environment Variables> System Variables.

Click New (if it doesn’t exist else Edit) : CLASSPATH (variable name), %JAVA_HOME%\jre\lib; (variable value),

Click New : JAVA_HOME (name), C:\Program Files\Java\jdk1.7.0 (value).

Click Edit in Path: in value add: %JAVA_HOME%\bin;

Save and exit.

Note ‘ ; ‘ separates one path with other just like ‘ . ‘ denotes the end of a line.’

Hope this solves your problem. Enjoy java in windows 8.

    
por 12.10.2013 / 15:56