Quote:
Originally Posted by Mister L
Thank you very much. The page you linked suggests that to fix it,
"try adjusting the thread stack size of your Java Virtual Machine. With most Java distributions, this can be done by using the -Xss option of the java command, like in the following example:
java -Xss1024k -jar epubcheck.jar moby-dick.epub"
Do you know how to do that?
|
If you're on Windows, in the Java folder in the Start menu is Configure Java; run that and you get the Java Control Panel. Click on the 3rd tab, Java, and click View. The 5th column is Runtime Parameters, try adding the -Xss1024k there.
I've never used that so I have no idea if it will work.