如何修复 Java VM WebConnect 错误?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25551795/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-02 08:12:55  来源:igfitidea点击:

How to fix Java VM WebConnect Error?

javaapplet

提问by billabrian6

How do you fix this error, "A Java Virtual Machine is requrired to use WebConnect applets.". Java is installed and works fine at the java test page. For this applet it's recommended that you are running Java 6u30 and using Internet Explorer. This was not an issue until moving to Windows 8, it ran perfectly in Windows 7. Does anyone know what I can do to fix this?

您如何解决此错误,“需要 Java 虚拟机才能使用 WebConnect 小程序。”。Java 已安装并在 Java 测试页面上正常工作。对于此小程序,建议您运行 Java 6u30 并使用 Internet Explorer。在转移到 Windows 8 之前,这不是问题,它在 Windows 7 中完美运行。有谁知道我可以做些什么来解决这个问题?

http://puu.sh/bbqG5/b2382bc2fb.png

http://puu.sh/bbqG5/b2382bc2fb.png

I thought I might add that this is an OpenConnect applet.

我想我可以补充一点,这是一个 OpenConnect 小程序。

回答by Chris

Java 8 update 31 and higher doesn't like WebConnect's TLS certificate. If you go in to the Java control panel, set Signed Code Certificate Revocation Check and TLS Certificate Revocation Check to Do Not Check (Not recommended), hit apply, launch the WebConnect applet so Java caches it, and then turn the certificate checks back on it should work.

Java 8 更新 31 及更高版本不喜欢 WebConnect 的 TLS 证书。如果您进入 Java 控制面板,将签名代码证书吊销检查和 TLS 证书吊销检查设置为不检查(不推荐),点击应用,启动 WebConnect 小程序以便 Java 缓存它,然后重新打开证书检查它应该工作。