How to assign more memory to a JavaWebStart application
843802Jun 20 2002 — edited Jun 20 2002Hi!
I've got an application to run under JavaWebStart.
When is has to deal with a large amount of data it causes an OutOfMemoryError.
But when I start it with pure java rather than with webStart, I can use the parameters e.g. -Xms128m -Xmx256m and it works.
My question:
How can I make JavaWebStart allocate more memory for my application (-X...-parameters don't work)?
thanks
Thomas