1.3.1中有的东西,1.4.1中肯定有(因为是新版本吗)。反过来就不一定了。

解决方案 »

  1.   

    我现在没法用1.4.1,因为有个软件只能跑在1.3.1下。
    可是1.3.1又转换不了大文档,真头疼死了
      

  2.   

    唉。还是我自己解决了:
    Xalan-Java dies with a java.lang.StackOverflowError when I run a deeply recursive stylesheet. The same stylesheet worked fine in the past (or on other machines). What's happening?  That may not be our fault. As of JDK 1.3.x, many Java Virtual Machine publishers reduced the default size of a thread's call stack from 1MB to 256KB. This allows more threads to run simultaneously, but it means that each thread is more limited in how deeply its function calls can be nested.Some JVMs may offer an option that allows you to raise this limit. For example, in Sun JDK 1.3.1 you can start JVM with the -Xss1m option to allow each thread to use a full megabyte. In IBM's JDK you can start with the -Xss1m and -Xoss1m options. Other JVMs may set this in other ways, or may not allow you to control it at all; check the documentation on your system for details.Note too that on some platforms 1MB is an architectural upper limit on the stack size, so setting -Xss2m (or equivalent) may not allow deeper recusion than -Xss1m.
     
    怎么给自己加分啊
      

  3.   

    :)
    不能给自己加分的:)