tags:

views:

39

answers:

1

I have installed latest JDK (x64) on Windows 7 but browsers still can't run the java apps. I understand that JDK includes JRE. JDK is installed correctly and from command line (Java -version) shows installed version as well. Any suggestion please? Thank you

+1  A: 

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

Tim Büthe