Thank you. And yes, I did really need it. This was the only reason the code wouldn't run. As soon as I ran it with 'java -X ...' it ran without issue.lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
UpCount - recursive calamity
Same thing happened to me.s_ha_dum wrote:Thank you. And yes, I did really need it. This was the only reason the code wouldn't run. As soon as I ran it with 'java -X ...' it ran without issue.lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
Seems like you are missing part of the message. Make sure you get the whole message, and not just the last X lines.irish wrote:when i run the programs this is all i see
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
what am i doing wrong here