Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
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. The Deployment Toolkit script evaluates the underlying browser and operating system, and deploys the RIA with the correct HTML. This script can also ensure that the required version of the Java Runtime Environment (JRE) software is present on the client machine. The Deployment Toolkit script was introduced in the Java Platform, Standard Edition 6 update 10 release.
The Deployment Toolkit script exists at the following web addresses:
http://www.java.com/js/deployJava.js
(See note.)https://www.java.com/js/deployJava.js
– When deploying your applet on a secure page, use the Deployment Toolkit script from this secure location to avoid mixed content warnings when the page is loaded.http://www.java.com/js/deployJava.js
web address is being phased out. Use the https://www.java.com/js/deployJava.js
web address to launch all apps.
The JavaScript code in this location has been minimized so that it can load quickly. You can view the human readable version of the JavaScript code with associated comment blocks at
https://www.java.com/js/deployJava.txt
.