你如何指定一个特定的JRE的浏览器小程序? [英] How do you specify a particular JRE for a Browser applet?

查看:404
本文介绍了你如何指定一个特定的JRE的浏览器小程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个第三方小程序,需要JRE v1.5_12才能正常工作。用户正在安装JRE v1.6.07或更高。它使用的是1.5及以下的,我可以在机器上多个JRE的,并指定要使用哪一个 - 但1.6的apepars被打破。我该如何告诉浏览器我想改用最新一v1.5_12安装?

I have an third-party applet that requires JRE v1.5_12 to work correctly. THe user is installing JRE v1.6.07 or better. It used to be with 1.5 and below, that I could have multiple JRE's on the machine and specify which one to use - but with 1.6 that apepars to be broken. How do I tell the browser I want to use v1.5_12 instead of the latest one installed?

推荐答案

有关安全方面的原因,你再也不能强迫它使用较老的JRE的。说12版有一个巨大的安全漏洞,每个人都安装释放13修补它。邪恶的Java小程序可以只说与释放12,请运行,然后进行他们的盘剥,使补丁没用。

For security reasons, you can no longer force it to use older JRE's. Say release 12 has a huge security hole, and everyone installs release 13 to patch it. Evil java applets could just say "run with release 12 please" and then carry out their exploits, rendering the patches useless.

您很有可能有一些code具有安全漏洞的较新的JRE是阻止,因为这将导致安全风险。修复您的code,应该是pretty小的变化,那么你就不会担心。

Most likely you have some code with security holes that the newer JRE is blocking, because it would cause a security risk. Fix your code, should be pretty minor changes, then you wont have to worry.

请参阅此页面关于变更的详细信息。

See this page for more info on the change.

这篇关于你如何指定一个特定的JRE的浏览器小程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆