Quote:
Originally Posted by KevinH
You are probably using a 32 bit version of Java instead of a 64 bit version of java, resulting in very small stacks which overflowed.
Try removing that 32 bit version of java and install a 64 bit version of java.
Alternatively there are extra options to tell the 32 bit version of java to use larger stacks, but everything is 64 bits now so upgrading to 64 bit should be the better solution.
|
changing to the 64 bit version of java worked, thanks!