You should have used the third one ('p' is for 'prepend'), which will insert your zip/jar files BEFORE the default bootstrap classpath.
Thanks, but it still does not work. I get the following error message:
Exception in thread "main" java.lang.ClassCastException: org.apache.xalan.res.XS
LTErrorResources_fr
at org.apache.xalan.xslt.Process.main(Process.java:216)
Here's my command line right now:
java -Xbootclasspath/p:\Programs\Java\xalan.jar;\Programs\Java\xml-apis.jar;\Programs\Java\xercesImpl.jar;\Programs\Java\bsf.jar org.apache.xalan.xslt.Process %*
What's wrong?
Thank you for your help.
Raphael