JDK installed, but browser (FF, IE) cannot run Java applications

I installed the latest version of JDK (x64) on Windows 7, but browsers still cannot run java applications. I understand that the JDK includes the JRE. The JDK is installed correctly, and the installed version is also displayed from the command line (Java -version). Any suggestion please? Thanks you

+3
source share
2 answers

You also need a browser plugin: http://java.sun.com/products/plugin/ . This plugin is installed when using the java installer. If you just copy the directories and set the PATH environment variable, the command line will work, but not the browser.

+2
source

, 32-, 64- -.

- 32-, 64- .

32- Java (JRE), Windows (https://www.java.com/en/download/faq/java_win64bit.xml).

java -version , , PATH Windows 7 - 64- Java JDK.

64- (, Chrome-64bit, Waterfox).

0

Source: https://habr.com/ru/post/1750249/


All Articles