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
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.The JavaScript code in these locations 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
http://www.java.com/js/deployJava.txt
.