• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

which jar file: org.apache.xalan.processor

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I get the following error when I try to run servlet.SimpleXSLTServlet from xalan-j_2_3_1
java.lang.ClassNotFoundException: org.apache.xalan.processor.TransformerFactoryImpl
Does anyone know which jar file contains org.apache.xalan.processor.TransformerFactoryImpl

Thanks,
Francois.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found it in xalan-2.2.0.jar
Which servlet engine are you using?
Some versions of Tomcat ignore the system Classpath.
Bill
 
Francois Bourgault
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bill,
I use Tomcat 4.0 and jdk1.4 I can't find xalan-2.2.0.jar. Is the file in \lib ? There's a xalan.jar but no xalan-2.2.0.jar. I tested the servlet with xalan-j_2_2_0 and xalan-j_2_3_1. Can you email me xalan-2.2.0.jar?
Thanks,
Francois
reply
    Bookmark Topic Watch Topic
  • New Topic