Search found 5 matches
- 31 May 2024, 15:53
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 39263
Re: properties defined in jnlp are not passed to java application
properties that start with jnlp (like name="jnlp.key") are passed others are ommited
- 31 May 2024, 14:56
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 39263
Re: properties defined in jnlp are not passed to java application
Using a minimal jnlp:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://...">
<information>
<title>TEST</title>
<vendor>TEST</vendor>
<!-- <offline-allowed/>-->
</information>
<security>
<all-permissions />
</security>
<resources>
<java version="1.8*" />
<jar href ...
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://...">
<information>
<title>TEST</title>
<vendor>TEST</vendor>
<!-- <offline-allowed/>-->
</information>
<security>
<all-permissions />
</security>
<resources>
<java version="1.8*" />
<jar href ...
- 30 May 2024, 14:07
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 39263
Re: properties defined in jnlp are not passed to java application
It fails with no jvm argumetsset (or with java-vm-args="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED")
java 17 is used
<resources>
<j2se version="17*" />
...
</resources>
java 17 is used
<resources>
<j2se version="17*" />
...
</resources>
- 30 May 2024, 11:26
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 39263
properties defined in jnlp are not passed to java application
I found that after upgrading to 1.10 properties in jnlp file in resources / property section are not passed to the application.
Is this a bug or a feature?
such as
...
<resources>
<property name="my.property" value="my_value"/>
..
Is this a bug or a feature?
such as
...
<resources>
<property name="my.property" value="my_value"/>
..
- 19 May 2020, 09:27
- Forum: Public Forums
- Topic: linux manual proxy settings not supported linux
- Replies: 1
- Views: 6795
linux manual proxy settings not supported linux
Running javaws linux (debian buster) leads to exception when proxy system settings are set manually.
An exception is shown instead. Seems that LinuxProxyProvider lacks break in switch block. Using eg no proxy works
An exception is shown instead. Seems that LinuxProxyProvider lacks break in switch block. Using eg no proxy works