[kaffe] support for JDk 1.2 and higher?
Dalibor Topic
robilad at kaffe.org
Thu Feb 17 13:18:20 PST 2005
mariner ux wrote:
>
>>:java HPUXldap
>
> java.lang.StackOverflowError
> at java.lang.Thread.run (Thread.java:307)
>
>
> Is it a problem of the stack size? How can I fix this Problem?
I have no idea what's up with Sun's VM, but for Kaffe you can set the
stack size with -ss . kaffe -ss 1M SomeApp for example would give your
application one megabyte of stack for each thread to play with, which
should be more than enough for most apps I've ever met :)
cheers,
dalibor topic
More information about the kaffe
mailing list