diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp b/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp new file mode 100644 index 0000000..703ea3e --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
+<jnlp codebase="http://localhost:7777/" href="wstest.jnlp">
+
+<information>
+ <title>HJP3 WebStart Demo Application</title>
+ <vendor>Guido Krueger</vendor>
+ <homepage href="http://www.javabuch.de"/>
+ <description>HJP3 WebStart Demo Application</description>
+ <icon href="wstest.gif"/>
+ <offline-allowed/>
+</information>
+
+<information locale="de">
+ <description>HJP3 WebStart Demo-Applikation</description>
+ <offline-allowed/>
+</information>
+
+<security>
+ <!-- <all-permissions/> -->
+</security>
+
+<resources>
+ <j2se version="1.3+"/>
+ <jar href="wstest.jar"/>
+</resources>
+
+<application-desc main-class="Listing3813"/>
+
+</jnlp>
\ No newline at end of file |
