Documentation

The Java™ Tutorials
Hide TOC
Deployment Toolkit部署工具包
Trail: Deployment
Lesson: Deployment In-Depth深入部署

Deployment Toolkit部署工具包

The Deployment Toolkit script is a set of JavaScript functions that can help developers deploy rich Internet applications (RIAs) consistently across various browser and operating system configurations. 部署工具包脚本是一组JavaScript函数,可以帮助开发人员跨各种浏览器和操作系统配置一致地部署富Internet应用程序(RIA)。The Deployment Toolkit script evaluates the underlying browser and operating system, and deploys the RIA with the correct HTML. 部署工具包脚本评估底层浏览器和操作系统,并使用正确的HTML部署RIA。This script can also ensure that the required version of the Java Runtime Environment (JRE) software is present on the client machine. 该脚本还可以确保客户端计算机上存在所需版本的Java运行时环境(JRE)软件。The Deployment Toolkit script was introduced in the Java Platform, Standard Edition 6 update 10 release.部署工具包脚本是在Java平台Standard Edition 6 update 10发行版中引入的。

Location of Deployment Toolkit Script部署工具包脚本的位置

The Deployment Toolkit script exists at the following web addresses:部署工具包脚本位于以下网址:


Note: The http://www.java.com/js/deployJava.js web address is being phased out. 这个http://www.java.com/js/deployJava.js网址正在被淘汰。Use the https://www.java.com/js/deployJava.js web address to launch all apps. 请使用https://www.java.com/js/deployJava.js用于启动所有应用程序的网址。

The JavaScript code in this location has been minimized so that it can load quickly. 该位置的JavaScript代码已最小化,因此可以快速加载。You can view the human readable version of the JavaScript code with associated comment blocks at https://www.java.com/js/deployJava.txt.您可以在以下位置查看具有关联注释块的JavaScript代码的可读版本:https://www.java.com/js/deployJava.txt


Note: The JavaScript interpreter should be enabled in the client's browser so that the Deployment Toolkit script can run and deploy your RIA properly. 应在客户端浏览器中启用JavaScript解释器,以便部署工具包脚本能够正确运行和部署RIA。

Previous page: User Acceptance of RIAs
Next page: Deploying an Applet