[xsl] Where is Process in JDK 1.5?

Subject: [xsl] Where is Process in JDK 1.5?
From: Michael.Giroux@xxxxxxxx
Date: Mon, 16 May 2005 08:44:06 -0700
Using JDK 1.4.2, I'm able to invoke xsl translation from the command line
as follows:
java org.apache.xalan.xslt.Process -XSL my.xsl -IN my.xml -OUT
myTranslated.xml

The same command fails w/ JDK 1.5:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xalan/xslt/Process

Can anyone tell me how to invoke xsl translation from command line using
JDK 1.5?

Thanks
Michael Giroux

Current Thread