简体   繁体   English

即使在IE9中成功安装了JRE 7 update 9之后,测试Java applet仍在Windows 7中启动

[英]test java applet is getting started in windows 7 even after successful install of JRE 7 update 9 in IE9

I am getting following exceptions while testing my java installation, even after I reinstalled JRE and Internet Explorer 9 several times. 即使我多次重新安装JRE和Internet Explorer 9,在测试Java安装时也遇到了异常。 Please help me. 请帮我。

I am testing my jre installation through www.java.com/en/download/testjava.jsp . 我正在通过www.java.com/en/download/testjava.jsp测试我的jre安装。

java.io.IOException: Invalid Http response
java.io.IOException: Invalid Http response
java.io.IOException: Invalid Http response
java.lang.ClassNotFoundException: testJava2_1.TestVMApplet.class

Your Java installation is fine as you are recieving Java errors and such. 您将收到Java错误等错误消息,表示Java安装正常。

java.io.IOException: Invalid Http response java.io.IOException:无效的Http响应

Java IO exceptions (Input/output) are thrown when the program can't read or write which includes obtaining the applet you are trying to run. 当程序无法读写时,将抛出Java IO异常(输入/输出),其中包括获取您尝试运行的applet。 In this case it is being thrown because it can't be downloaded and read, this is most likely due to a network fault or security setting. 在这种情况下,由于无法下载和读取该文件而将其抛出,这很可能是由于网络故障或安全设置所致。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM