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

[955 byte] By [Frobba] at [2007-11-26 22:09:10]
# 1
Hello,someone gave me a hit to try again the java-vm-args="-Dsun.awt.keepWorkingSetOnMinimize=true" switch.Acually this java-vm-args works for Internet Explorer and the Webstart standalone console!So the issue seems to be with Firefox and those java-vm-args.
Frobba at 2007-7-10 10:55:42 > top of Java-index,Desktop,Deploying...
# 2
Even firefox is working, the jnlp was cached. Consider this thread as closed ;)
Frobba at 2007-7-10 10:55:42 > top of Java-index,Desktop,Deploying...
# 3
I am a bit out of my depth here, but am curious.If you follow the advice here about disconnecting from'user browser settings'.. http://forum.java.sun.com/thread.jspa?forumID=38&threadID=5133986..does that help, or affect, the behaviour in any way?
AndrewThompson64a at 2007-7-10 10:55:42 > top of Java-index,Desktop,Deploying...