JNLP

  • 网络Java Network Launch Protocol; 网络启动协议; 脚本文件

JNLPJNLP

JNLP

Java Network Launch Protocol

JNLP (Java Network Launch Protocol)是一种基于XML的协议,它能够在网络上部署Java和JavaFX应用。这里提供一个用于部 …

网络启动协议

当将 Java 网络启动协议(.jnlp)文件嵌入网页中时,您可以使用 IcedTea 网页启动(/usr/bin/javaws)打开它。NetX 的详情请 …

脚本文件

如何使用脚本文件JNLP)来发布Java程序 摘要: 发布Java程序(桌面程序)最直接的方法就是将jar文件打包交给用户。

网络加载协议

工作进展:eclipse3.3国际化 java 网络加载协议(jnlp) 和java web启动 使用pluginbuilder进行eclipse环境外构建 希望大家能喜欢!

规范简单的称之为

网络启动协定

如果电脑系统或浏览器支援 Java 网络启动协定JNLP),点击 JNLP 可执行管理器的演示版本。如果已经安装了 Sun Microsy…

钓大鱼

钓大鱼(jnlp) | Reply at 2009-10-21 15:06:00 | 回复 | 引用 | 举报38 # 鱼钓人(00dsl) | Reply at 2009-10-21 15:25:00 | 回复...

1
A unique URL with a version ID is associated with each resource defined in the JNLP file, as shown in Listing 3. 一个有版本标识的唯一的URL与每个JNLP文件中定义的资源相关联。如清单3所示。
2
The JNLP is an XML file that provides the basic elements and descriptions for your application. JNLP是一个为应用程序提供基本的元素和描述的XML文件。
3
Illustrates the various tags used within a JNLP file for an SWT application. 说明了在SWT应用程序的JNLP文件中所使用的各种标记。
4
This information is derived directly from the application's JNLP file (more on JNLP in a moment). 这条信息是直接从该应用程序的JNLP文件(稍后有更多关于JNLP的介绍)派生的。
5
For more information about the various elements and format of a JNLP file, refer to Resources. 更多有关JNLP文件的各种元素和格式的信息,请参考下面的参考资料。
6
Additionally, a Web server is needed and must be configured correctly to interpret all JNLP and MIME tags. 另外,需要Web服务器,而且Web服务器必须正确的配置来解释所有的JNLP和MIME标记。
7
The last interesting tag within a JNLP file is the security attribute. JNLP文件中最后一个有趣的标记是security属性。
8
The JNLP file determines which JAR files and resources contribute to a client-side Java application. JNLP文件确定哪些JAR文件和资源有助于客户端的Java应用程序。
9
Note that the only resources that a client may download are JAR files, images, and JNLP files. 注意客户机可以下载的资源仅为JAR文件、图像和JNLP文件。
10
The jnlp codebase attribute is used to specify all relative URLs used in the JNLP file. jnlpcodebase属性用于在JNLP文件中指定所有的相关URL。