Subject: RE: Saxon error message
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 5 Mar 2007 00:28:00 -0000
|
> 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/
|