Hi John

> array contains. In theory, you can have an array of as
> many bytes as your system have left in free memory.
Well not quite. Normaly the VM starts up default with a specified memory
limit size (not sure somewhere arround 64megs???) So he has to change that
setting first. To the original poster, try something like
java -mx256m Your_Main and see what happens. If it still runs into an out
of memory exception maybe you should check your application if there is
not something like an endless loop

EOF,
 J.D.

--
Jmark2k+1 (http://www.antiflash.net/jmark)
Test the performance of your PC online!

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to