> Who can tell me how to specify the size of java stack size when I run a
> program?
Use the "-Xss" switch in Sun's JDK:s.
> If I specify not eoough stack size, what will happen?
You'd get a StackOverFlowError during runtime. It's not something that
happens alot under normal circumstances though. So far it's only happened to
me when I've accidently entered an infinite recursive loop.
--
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://scode.infidyne.com
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]