You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Sc...@lotus.com on 2000/12/31 12:21:10 UTC

Re: why could run TOP but Xalan

"Chen" <xi...@annex.co.jp> wrote:
>  error message:
>    Exception in thread "main" java.lang.NoClassDefFoundError:
> SimpleTransform
>    Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/xalan/xslt/Process

Um, it sounds like you need to work on your class path.  One thing that
catches me is if "." isn't on the classpath.

-scott