Page 2 of 2

Posted: Wed Sep 08, 2010 4:30 pm
by s_ha_dum
lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
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.

Posted: Wed Sep 08, 2010 7:57 pm
by Stack
s_ha_dum wrote:
lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
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.
Same thing happened to me.

Posted: Tue Apr 12, 2011 3:42 am
by irish
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

Posted: Tue Apr 12, 2011 9:52 am
by Karian
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
Seems like you are missing part of the message. Make sure you get the whole message, and not just the last X lines.