+ 1
Time limit exceeded?
I'm new here, and also very new to java, and I don't know if this is just my computer or something, but when I try to run a program in Java, sometimes, when it's halfway through running, it'll stop and say: "Time limit exceeded" Is there anyway to avoid and/or stop this completely?
2 Réponses
+ 1
Avoid infinite/long loops
+ 1
Run your code outside of SL instead.. The SL Playground, is more for sharing code to learn from others, or to showcase basic code.
Any code requiring lots of processing will often time-out in SL.