如何检查我是否安装了用于小程序的 java 6 插件 2? [英] How can I check if I have that java 6 plugin 2 for applets installed?

查看:26
本文介绍了如何检查我是否安装了用于小程序的 java 6 插件 2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此外,创建使用 java 6 plugin 2 的小程序与创建普通小程序有什么不同吗?

Also, is creating an applet that uses the java 6 plugin 2 thing any different than creating a normal applet?

推荐答案

请参阅 Java 文档以了解 小程序和对象标签.特别是查看对象标签的类 ID"属性的文档.您想使用这样的 classid 标签:

See the Java documentation for the Applet and Object tags. Especially look at the documentation of the "class ID" attribute of the object tag. You want to use a classid tag like this:

classid="clsid:CAFEEFAC-xxxx-yyyy-zzzz-ABCDEFFEDCBA" 

哪里

xxxx = 0016
yyyy = 0000
zzzz = 0002

这将指定确切的版本.不,除了 classid 属性的值和 codebase 属性的值之外,指定任何特定的 Java 版本与要求安装的最新版本"没有什么不同.

and this will specify that exact version. No, specifying any specific Java version is no different than asking for the "latest version intalled" except for the value of the classid attribute and perhaps the value of the codebase attribute.

另见部署建议来自Java 6 更新 10.请注意,Java 6 更新 10 添加了许多重要功能,例如,允许您在浏览器之外运行小程序.

See also Deployment Advice from Java 6 update 10. Note that Java 6 update 10 adds a number of significant features that allow you, for example, to run an Applet outside of a browser.

这篇关于如何检查我是否安装了用于小程序的 java 6 插件 2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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