<script type="text/javascript"> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

一个遗留的项目用到了Applet,而且是在jdk1.4的环境下开发运行的,用户在jre1.4和jre5上运行一切正常。但是将jre升级到6就出现问题了。而这个原因很可能是因为jre6采用了新的plug-in策略,这个策略是默认选中的。如果将其取消则采用以前的plug-in策略,这个时候一切就ok了。具体地可以参看官方文档。

----------------------------------------------------------以下转载自sun官方文档---------------

What is next-generation Java Plug-in and how can i switch between the old Java plug-in and new Java plug-in?


This article applies to:

  • Platform(s): Windows 2000 ,  Windows XP ,  Vista
  • Browser(s): Internet Explorer 6.x ,  Internet Explorer 7.x ,  Netscape 7 ,  Mozilla 1.4+ ,  Firefox
  • Java version(s): 6.0

Java 6 Update 10 (6u10) includes a brand-new implementation of the Java Plug-in, which is used by default as long as you are using Firefox 3 or Internet Explorer. Applets instead of being executed in a Java Virtual Machine (JVM) instance embedded in the web browser's process, are run in separate JVM instances which are launched by the plug-in's code. As a result the next-generation plug-in runs applets outside of the browser in one or more separate processes. Applets still appear inside of the web browser window, but now it is possible to use different Java versions and configurations to run different applets.

A new implementation of the Java Plug-In features:

  • Better Windows Vista support.
  • Improved reliability.
  • Improved user experience.
  • Improved Java/JavaScript communications.
  • Built-in JNLP support.

Switching between the old Java Plug-in and next-generation Java Plug-in
The new Java Plug-in is enabled by default. However if there are issues running applets with the new Java Plug-in, the user can switch to the old Java plug-in without any manual manipulation of the windows registry and moving files.
Steps to switch between Java Plug-ins

  1. Click Start.
  2. Click Control Panel.
  3. Double click on Java Control Panel.
  4. Click Advance tab in Java Control Panel.
  5. Scroll to Java Plug-in entry.
  6. Uncheck the check box for Enable next-generation Java Plug-in.
  7. Click Ok and restart the system.

<script type="text/javascript"> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

JRE6不能兼容以前版本的Applet相关推荐

  1. tensorflow1.14.0  包含了1.x和2.x内容,此后版本要求兼容该版本

    tensorflow1.4  包含了1.x和2.x内容,此后版本要求兼容该版本 https://blog.csdn.net/wishchin/article/details/97613292

  2. android 在使用ViewAnimationUtils.createCircularReveal()无法兼容低版本的情况下,另行实现圆形scale动画...

    ViewAnimationUtils.createCircularReveal()的简介: ViewAnimationUtils.createCircularReveal()是安卓5.0才引入的,快速 ...

  3. 解决 Visual Studio 2017 RC 不兼容低版本 Visual Studio 创建的 MVC 4 项目的问题

    解决 Visual Studio 2017 RC 不兼容低版本 Visual Studio 创建的 MVC 4 项目的问题 参考文章: (1)解决 Visual Studio 2017 RC 不兼容低 ...

  4. Android开发之解决NestedScrollView滑动监听兼容低版本的方法

    NestedScrollView的滑动监听目前仅限api23及以上,为了兼容低版本如下自定义方法 可以自定义NestedScrollView即可如下: package cn.net.gfan.worl ...

  5. [css] 你对响应式设计的理解是什么?知道它基本的原理是吗?要想兼容低版本的IE怎么做呢?

    [css] 你对响应式设计的理解是什么?知道它基本的原理是吗?要想兼容低版本的IE怎么做呢? 理解:在不同系统,不同设备,不同尺寸的界面,有良好的用户体验,舒适的阅读体验,交互体验. 原理:根据不同设 ...

  6. android 沉浸式状态栏 兼容低版本,详解Android沉浸式实现兼容解决办法

    自android5.0开始,沉浸式状态栏似乎成为一种潮流,应用里缺少沉浸式总感觉少些什么.于是乎,我开始到处找如何兼容低版本的沉浸式,由于Android平台跨度问题,总遇到一些不如人意的问题.终于,皇 ...

  7. 【Warning】Unity2021.1将不兼容之前版本ECS

    本文首发公众号洪流学堂.洪流学堂,让你快人几步. Unity 2021.1以后,DOTS会有较大更新. DOTS生态中的部分包 (Burst, Jobs, Math, Collections) 继续兼 ...

  8. vue 检测ie版本_Vue2+Webpack+ES6 兼容低版本浏览器(IE9)解决方案

    Vue2+Webpack+ES6 兼容低版本浏览器(IE9)解决方案 解决方式:安装 "babel-polyfill" 即可. 命令:npm install --save-dev ...

  9. 3dmax高版本转低版本插件_Fundebug前端JavaScript插件更新至1.8.0,兼容低版本的Android浏览器...

    兼容低版本Android浏览器,请大家及时更新. Fundebug前端BUG监控服务 Fundebug是专业的程序BUG监控平台,我们JavaScript插件可以提供全方位的BUG监控,可以帮助开发者 ...

最新文章

  1. CORS在Spring中的实现
  2. stm32l0的停止模式怎么唤醒_探索者 STM32F407 开发板资料连载第二十二章 待机唤醒实验
  3. python--gevent高并发socket
  4. LeetCode 26 Remove Duplicates from Sorted Array [Array/std::distance/std::unique] c++
  5. 离群点检测算法——LOF(Local Outlier Factor)
  6. this指针用法详解
  7. zookeeper的安装及配置教程(步骤详尽)
  8. keil MDK编译器警告和错误详解
  9. long类型20位示例_Java Long类lowerOneBit()方法与示例
  10. java精确除法运算-BigDecimal
  11. iBatis in 语句参数传入方法
  12. 开启mysql远程连接
  13. Gson源码解析之InstanceCreator简单说明
  14. Linux VM环境配置
  15. 世纪佳缘 用户名 显示隐藏内容
  16. Mac安装安卓虚拟机 - Android Studio运行apk安装包
  17. NX二次开发 获取曲面上点在面上的垂直矢量方向
  18. 什么是自动化测试框架?这就是自动化测试框架。
  19. http://wenku.baidu.com/view/1ee32e3a87c24028915fc362.html?re=view###
  20. Python中的下划线到底什么意思?

热门文章

  1. win8计算机虚拟内存,大内存的时代,Win8下虚拟内存存在的必要性
  2. 第一篇,开个好头,匠奥壁挂炉M,哈哈
  3. 实现高词频的统计以及文件的操作(python_jieba分词)
  4. 读书笔记---能者纵横天下(四)
  5. 直播系统源码开发:关于安卓开发工具和obs直播推流
  6. 软件设计是怎样炼成的(8)——用户感觉好才是真的好(用户体验设计)
  7. 开源开放,创新者赢,2022“科创中国”开源创新榜评选全面开启!
  8. 2023济南科创金融论坛 郭为主旨演讲:数字化的力量
  9. win10、win7react-native 环境配置
  10. win7计算机脱机,Win7系统IE脱机状态怎么解除?