无法在 Mozilla Firefox 中自动下载 jre,但在 IE 中工作正常

发布于 2024-10-08 09:20:22 字数 876 浏览 1 评论 0原文

我无法在 Mozilla Firefox 中自动下载 JRE,但它在 IE 中运行良好。 目标是让用户无需自己寻找就能拥有JRE。

< OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        width="5" height="5"
 codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
 < param name="code" value="xyz.pack1.myclass">
 < param name="type" value="application/x-java-applet;jpi-version=1.4.2">
 < param name="archive" value="abc.jar">
  < COMMENT>
    < EMBED type="application/x-java-applet;jpi-version=1.4.2"
    width="5" height="5"
           archive="abc.jar"
           java_CODE="xyz.pack1.myclass"
           pluginspage="http://java.sun.com/j2se/1.4.2/download.html">
    < NOEMBED>
  < /COMMENT> No support found for JDK 1.4.2 applets!
      < /NOEMBED>
    < /EMBED>
< /OBJECT>

I am unable to download JRE automatically in Mozilla Firefox, but it works well with IE.
The target is for the user to be able to have a JRE without searching for it by himself.

< OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        width="5" height="5"
 codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
 < param name="code" value="xyz.pack1.myclass">
 < param name="type" value="application/x-java-applet;jpi-version=1.4.2">
 < param name="archive" value="abc.jar">
  < COMMENT>
    < EMBED type="application/x-java-applet;jpi-version=1.4.2"
    width="5" height="5"
           archive="abc.jar"
           java_CODE="xyz.pack1.myclass"
           pluginspage="http://java.sun.com/j2se/1.4.2/download.html">
    < NOEMBED>
  < /COMMENT> No support found for JDK 1.4.2 applets!
      < /NOEMBED>
    < /EMBED>
< /OBJECT>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你是我的挚爱i 2024-10-15 09:20:22

我认为问题可能出在您安装的 Firefox 中。
Firefox 不加载 jre 有多种原因(例如,如果他已经有 jre 或者有什么东西正在积极阻碍他)。

尝试在一台干净的机器上安装一个干净的 Firefox,最好是刚刚安装的机器,然后再次测试。

那么可能是 Firefox 不知道 cab 文件是什么(尽管这不太可能)并且拒绝调用它。要测试在 Firefox 中打开 cab 文件,如果出现保存文件对话框并且无法打开文件(而不是保存文件),则可能是问题所在。

您正在使用什么 Windows?您是否在其他 Windows 上进行了测试?

祝你好运。

I would assume that the problem could be within your installation of firefox.
There are multiple reasons why firefox will not load the jre (e.G. if he already has one or something is hindering him actively).

Try to get a clean Firefox installation on a clean machine, preferably one you just installed and there, test it again.

Then it could be that Firefox doesn't know what a cab file is (though this is unlikely) and is refusing to call it. To test that open the cab file in your Firefox, if the save file dialog appears and does not provide you with a possibility to open the file (instead of saving it) that could be the problem.

What Windows are you using and have you tested it on other ones?

Good luck with this one.

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