This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: endorsed standard




There was a comment earlier on using Xalan with java 1.4

this came up on my mailing list today.
Relates to mixing later versions of Xalan with 1.4


HTH DaveP


An earlier, not entirely bug-free version of Xalan-J is also part of Java
1.4. Under normal circumstances, this is used instead of the current Xalan
distribution, no matter what is on the system CLASSPATH.

Fortunately, these classes are endorsed standards, so you can overide the
Java version using the Endorsed Standards Override Mechanism by placing the
relevant jar files (in this case, xalan.jar) in the appropriate directory.
The default location is:

%JAVA_HOME%\lib\endorsed
on Windows, or:

%JAVA_HOME%/lib/endorsed
on a Linux system.

Developers can also choose a new location by setting the java.endorsed.dirs
system property.

Users of older versions of Java need not be concerned with this issue.

Regards DaveP.

**** snip here *****

-

NOTICE: The information contained in this email and any attachments is
confidential and may be legally privileged. If you are not the
intended recipient you are hereby notified that you must not use,
disclose, distribute, copy, print or rely on this email's content. If
you are not the intended recipient, please notify the sender
immediately and then delete the email and any attachments from your
system.

RNIB has made strenuous efforts to ensure that emails and any
attachments generated by its staff are free from viruses. However, it
cannot accept any responsibility for any viruses which are
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email
and any attachments are those of the author and do not necessarily
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]