blob: 1a709e78f38ade98325debd47ced626babd14931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
codebase="./"
href="ReadPropertiesSigned1.jnlp">
<information>
<title>read properties using System.getenv()</title>
<vendor>Red Hat</vendor>
</information>
<resources>
<jar href="ReadPropertiesSigned.jar" main="true"/>
</resources>
<application-desc main-class="ReadPropertiesSigned">
<argument>user.name</argument>
</application-desc>
</jnlp>
|