如何选择特定的java插件来运行applet
我已经在我的 Windows 机器上安装了 jre 1.4.1 和 jre 1.6.24。我想在这两个版本上测试我的小程序。但是安装jre 1.6.24后,我无法切换到1.4.1。
我更改 jre 版本的步骤如下:
从 java 控制面板中取消选择 1.6.24,并选择 1.4.1。
取消选中“下一代插件” 来自java控件的高级选项卡 面板。
- 禁用 1.6.24 插件 来自 IE 的“管理加载项”,
但 IE 仍然使用 1.6.24 来运行小程序。还涉及更多步骤吗?
对此的任何帮助都非常感谢!
提前致谢..
I have installed jre 1.4.1 and jre 1.6.24 on my windows machine. I want test my applet on both the version. But after installing jre 1.6.24, I am not able to switch to 1.4.1.
The steps I am doing to change the jre version are as below,
Deselected 1.6.24 from java control panel and selected 1.4.1.
unchecked "next generation plugin"
from advanced tab of java control
panel.- disable 1.6.24 plugins
from "manage add-ons" of IE
but still IE is using 1.6.24 to run the applet. Are there any more steps involved ?
Any help on this much appreciated !!!
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试使用 Java Web Start 启动小程序并在
资源部分中指定 .. ..。
You might try launching the applet using Java Web Start and specifying ..
..in the resources section.
我所做的唯一一件事就是从机器上删除 jre1.6.24 来完成它。如果您找到更好的解决方案,请告诉我...
Only thing which I did to get it done, by removing the jre1.6.24 from the machine. Kindly let me know if you find better solution...