Movatterモバイル変換


[0]ホーム

URL:


Documentation

The Java™ Tutorials
Deployment In-Depth
User Acceptance of RIAs
Deployment Toolkit
Deploying an Applet
Embedding JNLP File in Applet Tag
Deploying a Java Web Start Application
Changing the Launch Button
Deploying Without Codebase
Checking the Client JRE Software Version
Java Network Launch Protocol
Structure of the JNLP File
Deployment Best Practices
Reducing the Download Time
Avoiding Unnecessary Update Checks
Ensuring the Presence of the JRE Software
Questions and Exercises
Trail: Deployment
Lesson: Deployment In-Depth
Home Page >Deployment >Deployment In-Depth
« Previous • Trail • Next »

The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.
SeeDev.java for updated tutorials taking advantage of the latest releases.
SeeJava Language Changes for a summary of updated language features in Java SE 9 and subsequent releases.
SeeJDK Release Notes for information about new features, enhancements, and removed or deprecated options for all JDK releases.

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. 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.

Location of Deployment Toolkit Script

The Deployment Toolkit script exists at the following web addresses:


Note: Thehttp://www.java.com/js/deployJava.js web address is being phased out. Use thehttps://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 athttps://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.
« PreviousTrailNext »

About Oracle |Contact Us |Legal Notices |Terms of Use |Your Privacy Rights

Copyright © 1995, 2024 Oracle and/or its affiliates. All rights reserved.

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

[8]ページ先頭

©2009-2025 Movatter.jp