Webstart ignores property sun.awt.keepWorkingSetOnMinimize in the jnlp
Hello,
I tried to set the sun.awt.keepWorkingSetOnMinimize (prevents paging out the java application if minimized) in my jnlp as
<property name="sun.awt.keepWorkingSetOnMinimize" value="true"/>
and
<j2se ... java-vm-args="-Dsun.awt.keepWorkingSetOnMinimize=true"/>
and as system parameter
JAVAWS_VM_ARGS=-Dsun.awt.keepWorkingSetOnMinimize=true
but it shows no effect! The property is set to true but the vm still pages out my webstart application (slow task switch on to minimized application). My task manager shows me that the application memory "working-set" is reduced as soon as i minimize the webstart application. If I set the -Dsun.awt.keepWorkingSetOnMinimize=true as run parameter for a non webstart application it works fine (much less memory paging), the application is not paged out.
(jdk1.5.10, 1.6)
This is really annoying. Could anybody give me a hint ?
Bj鰎n

