如何在不支持 Java 7 的情况下将 Java Web Start 限制为 Java 6

发布于 2024-12-29 04:34:20 字数 652 浏览 3 评论 0原文

我们有一个使用 Java Web Start 部署的遗留医疗应用程序,但是,当用户尝试在 Internet Explorer 上运行该应用程序时,它会安装 Java 7。该应用程序不支持 Java 7。因此,我尝试强制该应用程序使用 Java 6 Update 30,但在使用 Java ActiveX 插件和 Internet Explorer 6 安装 Java 时遇到了一些问题。一直以来,它都不起作用。该页面会假定安装了 Java,因为 Microsoft 开发的插件会混淆它。

因此,尝试 2. 绕过插件并将用户重定向到 Java 下载网站, http://java.sun.com/webapps/getjava/BrowserRedirect?host=java.com&returnPage=。问题是,当安装 Java 7 时,页面会重定向回返回页面。

Arrrg...

所以,我需要另一个解决方案。请帮忙。

细节 Java 版本 1.6.0_update10 - 1.6.0_update30。

浏览器 互联网浏览器:6 - 10 火狐浏览器:3 - 7

We have a legacy medical application which gets deployed using Java web start however, when user attempts run the application on Internet Explorer it installs Java 7. The application does not support Java 7. So, I have attempted to force the application to use Java 6 Update 30 but have encountered several problems with install Java using the Java ActiveX plugin and Internet Explorer 6. Consistently, it just did not work. The page would assume Java was installed because a plugin developed Microsoft would confuse it.

So, attempt 2. Bypass the plugin and redirect the user to the Java download website, http://java.sun.com/webapps/getjava/BrowserRedirect?host=java.com&returnPage=. Problem, when Java 7 is installed the page redirects back to return page.

Arrrg....

So, I need another solution. Please help.

Details
Java Versions
1.6.0_update10 - 1.6.0_update30.

Browsers
Internet Explorer: 6 - 10
Firefox: 3 - 7

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

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

发布评论

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

评论(1

╰ゝ天使的微笑 2025-01-05 04:34:20

请参阅 Java Web Start - 运行时版本控制。版本元素可以限制为特定版本。

See Java Web Start - Runtime Versioning. The version elements can be restricted to a particular release.

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