JVM 1.4 default stack size
Hi,
I would like to know what is the default stack size of JVM of jdk 1.4.
Is there any command which i can use to find the current stack size set up?
Is the heap size & stack size same?
Actually i'm getting a java.lang.StackOverflowError when i execute a class ProgramCallDocument which is present in the jt400.jar provided by IBM in thier Websphere Application Studio Server suite.
The class is working fine with jdk 1.3. But it is giving an error in jdk 1.4
Do any one have any clue about this? Please Help.
Thanks,
Jac.

