Settings for multiple users on multiple computers

Our network consists of several (450) Windows XP computers. Our medical software requieres Java runtime installed and the memory paramters to be filled in.

We would like to distribute the new memory settings to all computers on our network for all users. How can we change those settings (by using login script?)?

KInd regards,

Frederic Logghe

[369 byte] By [flogghea] at [2007-10-3 1:28:23]
# 1

Probably the best way to do this would be to modify the software to be deployed via Java Web Start and set the memory parameters in the JNLP file. This would centralize the parameters used to launch the application to the JNLP file on the server.

The second-best way would probably be to create a wrapper batch file which launches Java with the appropriate command-line arguments.

I think you can also do this by setting the environment variable JVM_ARGS to contain e.g. "-Xmx256m".

kbrussela at 2007-7-14 18:26:04 > top of Java-index,Desktop,Runtime Environment...