JDK 1.4 has a mechanism you can use to override Standard endorsed API's which come with JDK1.4, so you can override the Xalan classes that come with JDK1.4 without having to modify your code.
See the following documentation on Sun's site: http://java.sun.com/j2se/1.4/docs/guide/standards/index.html Regards, Tom Fiete Meyer wrote: > > Hey Xalan-Dev-Team, > > ... when using Xalan Java 2 with the JRE 1.4.0 I get > the following error message: > > Exception in thread "main" > java.lang.ClassCastException: > org.apache.xalan.res.XSLTErrorResources_de > at > org.apache.xalan.xslt.Process.main(Process.java:209) > > Does anyone know how this problem can be fixed? > Is there already a bugfix? Or is there any other place > I can go to to get help? > > Thanks a lot for providing such an excellent tool, > > fiete meyer > [EMAIL PROTECTED] > > __________________________________________________ > Do You Yahoo!? > LAUNCH - Your Yahoo! Music Experience > http://launch.yahoo.com -- Tom Amiro -- SQA Engineer Sun XML Technology Development voice: 781-442-0589 Fax: 781-442-1437 eMail: [email protected]
