xsl-list
[Top] [All Lists]

RE: [xsl] Saxon error message

2007-03-04 17:28:23

Upon entering the following command:

java net.sf.saxon.Transform -o MyFile.html MyFile.xml MyFile.xsl 

The following message was returned:

Exception in thread "main" java.lang.NoClassDefFoundError: 
net/sf/Transform


Actually this is a Java error message, not a Saxon error message, and it
means that you mistyped the command as 

java net.sf.Transform

instead of

java net.sf.saxon.Transform

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>