• 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

Websphere, xalan and classpath question

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello !
Here I am again, angree with a WebSphere problem.
I am working in JSP under Solaris 2.8, with Websphere 3.5.4.
I have to call xalan-Java API from a JSP to parse a XML file.
My problem is : I can't have the classes of xalan jars found (xalan.jar, xercesImpl.jar and xml-apis.jar).
I have set them in the classpath variable (please don't tell me to check this one more time !).
Do I have to put these jars in a special directory ?
Do I have to change something over WAS admin console?
Please help me, it seems to me I have searched everything !
Thanks,
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic