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.

Java Network Launch Protocol

The Java Network Launch Protocol (JNLP) enables an application to be launched on a client desktop by using resources that are hosted on a remote web server. Java Plug-in software and Java Web Start software are considered JNLP clients because they can launch remotely hosted applets and applications on a client desktop. SeeJava Network Launching Protocol and API Specification Change Log for details.

Recent improvements in deployment technologies enable us to launch rich Internet applications (RIAs) by using JNLP. Both applets and Java Web Start applications can be launched by using this protocol. RIAs that are launched by using JNLP also have access to JNLP APIs. These JNLP APIs allow the RIAs to access the client desktop with the user's permission.

JNLP is enabled by a RIA's JNLP file. The JNLP file describes the RIA. The JNLP file specifies the name of the main JAR file, the version of Java Runtime Environment software that is required to run the RIA, name and display information, optional packages, runtime parameters, system properties, and so on.

You can find more information about deploying RIAs by using JNLP in the following topics:

« 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: Checking the Client JRE Software Version
Next page: Structure of the JNLP File

[8]ページ先頭

©2009-2025 Movatter.jp