ccartier
6th November 2007 17:21 UTC
Setting Java Runtime parameter from NSIS
Hi
Given there is a way to locate the JRE, add new environment variables, ... by manipulating the registry, is there a way to set the Java Runtime Parameters, e.g., to -Xmx1200M ?
I'll appreciate any comments
Cyril
kichik
6th November 2007 18:12 UTC
I think you'll get better response for this kind of question in a Java related forums as it's very Java specific.
Off the top of my head, there's no such registry key that I remember.
ccartier
7th November 2007 08:01 UTC
thanks for your comment
galevsky
7th November 2007 17:07 UTC
I know there is a HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\ that provides info about installed JRE and the default one.
Gal'