I am not sure if it has anything to do with / or //. However, i know that when jdk1.4 was packed, it was shipped with older version of Xalan processor (which has TransformerFactory class) ver. 1.4 i think, and apache foundation has been using 2.0+. So, i think u need to put ur xalan-XXx.jar file b4 xxxx/tools.jar and xxxx/rt.jar and xxx/dt.jar. Try this. I had problems with Xalan package and jdk 1.4 when i was using XML database, Xindice, and after i changed the classpath it worked fine.
-Nikolas
|