如何选择特定的java插件来运行applet

发布于 2024-10-21 07:42:40 字数 415 浏览 2 评论 0原文

我已经在我的 Windows 机器上安装了 jre 1.4.1 和 jre 1.6.24。我想在这两个版本上测试我的小程序。但是安装jre 1.6.24后,我无法切换到1.4.1。

我更改 jre 版本的步骤如下:

  1. 从 java 控制面板中取消选择 1.6.24,并选择 1.4.1。

  2. 取消选中“下一代插件” 来自java控件的高级选项卡 面板。

  3. 禁用 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,

  1. Deselected 1.6.24 from java control panel and selected 1.4.1.

  2. unchecked "next generation plugin"
    from advanced tab of java control
    panel.

  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌上芳菲 2024-10-28 07:42:40

您可以尝试使用 Java Web Start 启动小程序并在

<j2se version='1.4.1' />

资源部分中指定 .. ..。

You might try launching the applet using Java Web Start and specifying ..

<j2se version='1.4.1' />

..in the resources section.

遮云壑 2024-10-28 07:42:40

我所做的唯一一件事就是从机器上删除 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文