There are no 64-bit versions of the Java Plugin, Java Web Start or Java Control Panel; however the 32-bit versions of the JRE can be installed on 64-bit systems in order to obtain this functionality. Note that only 32-bit browsers are supported at this time.
你好,sun官网有这样一段话
即说明了64位的jre没有java plugin来和浏览器关联,所以就算在64位的机器上安装了64位的jre, 也运行不了applet;但是可以运行用java写的application;但是需要注意的一点是java是向后兼容的;
且64位的系统上可以安装32位的jre来运行applet等程序