Setting Maximum Heap Size Without Command Line
This is my first time posting so I'm sorry If I get this wrong...
I am trying to install "Sun Java(TM) Studio Enterprise" which worked fine at home but at work I'm always getting java.lang.OutOfMemoryException.
Using jconsole I can see that it sets the max Heap size to 66.7Mb which is used up when it starts decompressing jar files.
As the installation application is an exe I need a way to set the JVM Max Heap size without having access to the command line. ie. a way to set the -Xmx500m option (but not on the command line)
A bit of info... I'm running Windows XP with 1GB ram & 10GB HD spare.

