Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

If Xalan's redirect does not work, see this:

Status
Not open for further replies.

fuli42

Technical User
Jul 9, 2002
74
HU
Hello!

I've wasted two days figuring out what's wrong, so:

If you are trying to use Xalan's redirect extension, and you get a Java error message that the required class is not found, is because you are probably using one of the more recent Java distributions.
They come packed with an earlier version of Xerces, that Xalan uses for redirect, and this is causing the error message. I could not overwrite this, for various reasons.
My solution was to download an earlier version of the JVM (I've found it at IBM's), it was 1.3, as proposed on Xalan Java's site.
Now Xalan was able to use the Xerces jar that was shipped with it, because it was no longer 'outdated' to the new version.

Fuli42
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top