Out of HEAP error installing JSE8.1 beta

My installatio fails with an out of Heap error - any idea on how to overcome this problem ? There don't seem to be any switches on the installer for setting up a bigger heap.Using JDK1.6.0 beta 2
[210 byte] By [Duncan_Groenewald] at [2007-11-26 9:38:35]
# 1

I'd suggest the following workaround:

1) Run the installer with -is:extract parameterб e.g.

./jstudio_ent81-beta-linux.sh -is:extract

This will extract the installer jar file either in the current directory, or in a subdirectory named isXXXXXXXXXXX (where X is a number).

2) Then run the jar file, setting the heap space, etc:

java -Xmx1024m -jar jstudio_ent81-beta-linux.jar

KSorokin at 2007-7-7 0:33:39 > top of Java-index,Development Tools,Java Tools...