Note that this class is not advanced enough to tell you everything about the environment that affects Xalan, and sometimes reports errors that will not actually affect Xalan's behavior. Currently, it very simplistically checks the JVM's environment for some basic properties and logs them out; it will report a problem if it finds a setting or .jar file that is likely to cause problems.
Advanced users can peruse the code herein to help them investigate potential environment problems found; other users may simply send the output from this tool along with any bugs they submit to help us in the debugging process.
@param pw PrintWriter to send output to; can be sent to a file that will look similar to a Properties file; defaults to System.out if null @return true if your environment appears to have no major problems; false if potential environment problems found @see #getEnvironmentHash()
|
|