java不支持该插件怎么办_向各位牛人请教:正常安装的Java,浏览器却不能加载插件怎么办?...

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

我的Java安装并且正常运行,但浏览器无法加载某个重要的Java插件,Java控制台显示如下代码:

Java 插件11.25.2.18

使用 JRE 版本 1.8.0_25-b18 Java HotSpot(TM) Client VM

用户主目录 = C:\Users\y

----------------------------------------------------

c: 清除控制台窗口

f: 终结在结束队列上的对象

g: 垃圾收集

h: 显示此帮助消息

l: 转储类加载器列表

m: 打印内存使用情况

o: 触发日志记录

q: 隐藏控制台

r: 重新加载策略配置

s: 转储系统和部署属性

t: 转储线程列表

v: 转储线程堆栈

x: 清除类加载器高速缓存

0-5: 设置跟踪级别为

----------------------------------------------------

java.security.cert.CertificateParsingException: no more data allowed for version 1 certificate

at sun.security.x509.X509CertInfo.parse(Unknown Source)

at sun.security.x509.X509CertInfo.(Unknown Source)

at sun.security.x509.X509CertImpl.parse(Unknown Source)

at sun.security.x509.X509CertImpl.(Unknown Source)

at sun.security.provider.X509Factory.parseX509orPKCS7Cert(Unknown Source)

at sun.security.provider.X509Factory.engineGenerateCertificates(Unknown Source)

at java.security.cert.CertificateFactory.generateCertificates(Unknown Source)

at com.sun.deploy.security.WIExplorerCertStore.generateCertificate(Unknown Source)

at com.sun.deploy.security.WIExplorerCertStore.loadCertificates(Native Method)

at com.sun.deploy.security.WIExplorerCertStore.load(Unknown Source)

at com.sun.deploy.security.WIExplorerSSLRootCertStore.load(Unknown Source)

at com.sun.deploy.security.WIExplorerCertStore.load(Unknown Source)

at com.sun.deploy.security.WIExplorerSSLRootCertStore.load(Unknown Source)

at com.sun.deploy.security.X509TrustManagerDelegate.reloadCertStores(Unknown Source)

at com.sun.deploy.security.X509TrustManagerDelegate.checkTrusted(Unknown Source)

at com.sun.deploy.security.X509Extended7DeployTrustManagerDelegate.checkServerTrusted(Unknown Source)

at com.sun.deploy.security.X509Extended7DeployTrustManager.checkServerTrusted(Unknown Source)

at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)

at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)

at sun.security.ssl.Handshaker.processLoop(Unknown Source)

at sun.security.ssl.Handshaker.process_record(Unknown Source)

at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)

at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.net.http://www.protocol.https.HttpsClient.afterConnect(Unknown Source)

at sun.net.http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)

at sun.net.http://www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)

at sun.plugin.PluginURLJarFileCallBack.connect(Unknown Source)

at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)

at sun.net.http://www.protocol.jar.URLJarFile.retrieve(Unknown Source)

at sun.net.http://www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.http://www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.http://www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)

at sun.plugin.net.protocol.jar.CachedJarURLConnection.getContentLength(Unknown Source)

at sun.plugin.cache.JarCacheUtil.preload(Unknown Source)

at sun.plugin2.applet.Applet2Manager._loadJarFiles(Unknown Source)

at sun.plugin2.applet.Applet2Manager.loadJarFiles(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

请问该怎么办啊?


版权声明:本文为weixin_42226397原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。