Sorry, I wasn't clear. Sun 1.5 did not produce the library errors (1.4.2 did), but it hung. This appears to be due to the file being large and running out of memory. I got feedback (below) on how to avoid this.
Thanks, Jerry **************** Jerry, I did some investigation. Here are my results XXE natively supports the 4.4 version of the DocBook DTD. So nothing special needs to be done. In fact it uses the same dtd as the one provided by mLogica. Also, I was able to run XXE on Linux after installing JRE 1.5. I read in XXE's website that if Java is not allocated enough memory, then on opening large documents XXE will hang. This may be the problem that you encountered. To fix this change the following line in <xxe_install_dir>/bin/xxe mem="-Xsslm -Xmx128m" To mem="-Xsslm -Xmx512m" Hope this helps. Pauli -----Original Message----- From: Hussein Shafie [mailto:[email protected]] Sent: Monday, December 04, 2006 6:25 AM To: Jerry Baulier Cc: xmleditor-support at xmlmind.com Subject: Re: [XXE] Start-up pains Jerry Baulier wrote: > Thanks much. I tried the Sun 1.5, If you really use Sun 1.5, then you should not be able to see any reference to libgcj such as: --- java.lang.Class.forName(libgcj.so.7) --- May be you have installed Sun 1.5 but XXE is not using it. Please type "java -version" in an xterm. You should see something like: --- ~$ java -version java version "1.4.1_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_07-b02) Java HotSpot(TM) Client VM (build 1.4.1_07-b02, mixed mode) --- > but XXE just hung, hence I will try > looking for the Sun 1.4.2. I'm not sure this will fix the problem as XXE is tested with all Java runtimes from 1.4.1 to 1.6RC, on Windows, Mac and Linux (SuSE 9+). Just in case, please read this other FAQ (The last one! After this one, I have no idea): http://www.xmlmind.com/xmleditor/known_problems.html#blank_window_if_xgl

