My problem is that I want to increase the default stack size when running a Java project in Eclipse. I've tried looking for the answer, and it looks like I need to set the -Xss option to a larger number, but I don't know how to access/set this value.
I'm on a Windows machine, running Eclipse 3.6.0. How would I set this option? I guess, specifically, I'm asking for the steps for how I could
- find out what the default value for the stack size is, and
- set that value to something higher.
Thanks!