StackOverflowError occur when you pile up method calls in the stack - in other words, the recursion goes so deep it overflows the java stack. You can increase the stack size using the -Xss <size>...