Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
DynamicTreeDemo.jar - JavaWS and JNLP Demo
How to run the JavaWS and JNLP demo, DynamicTreeDemo.jar?
✍: FYIcenter
DynamicTreeDemo.jar is an application provided by Oracle
to demonstrate how to use JavaWS and JNLP.
Here are steps on how to run the DynamicTreeDemo.jar with JavaWS command.
1. Copy and save the following JNLP file, dynamictree.jnlp, to \fyicenter folder:
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
*/
-->
<jnlp spec="1.0+"
codebase="https://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject"
href="/dynamictree_webstart.jnlp">
<information>
<title>Dynamic Tree Demo</title>
<vendor>Dynamic Team</vendor>
</information>
<resources>
<j2se version="1.7+"
href="http://java.sun.com/products/autodl/j2se"/>
<jar href="/DynamicTreeDemo.jar" main="true" />
</resources>
<application-desc
name="Dynamic Tree Demo Application"
main-class="webstartComponentArch.DynamicTreeApplication">
</application-desc>
<update check="background"/>
</jnlp>
Run JavaWS command in a command window:
fyicenter> javaws dynamictree.jnlp
JavaWS will download the DynamicTreeDemo.jar file given in the JNLP file, dynamictree.jnlp, and launch it.
When DynamicTreeDemo.jar is running,
you see a new window the demo application showing a tree of nodes:
⇒ Run JavaWS with JNLP File in Verbose Mode
⇐ What Is JavaWS Command Line Tool
2022-10-31, ∼3200🔥, 2💬
Popular Posts:
JDK 11 jdk.internal.vm.ci.jmod is the JMOD file for JDK 11 Internal VM CI module. JDK 11 Internal VM...
JDK 11 jrt-fs.jar is the JAR file for JDK 11 JRT-FS (Java RunTime - File System) defined in the "jdk...
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
Where to find answers to frequently asked questions on Downloading and Installing ojdbc.jar - JDBC D...
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...