You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2002/06/19 23:50:42 UTC

Re: velocity problem

The right place for this question is the velocity-user list.

"Venu" <jv...@hotmail.com> writes:

> I seen your name in Apache Velocity Active Developers List.
>
> I am using Velocity 1.1 api and deployed on websphere 3.5.4., but I
> am keeping getting error NoClassDefFoundError:
> org/apache/velocity/io/VelocityWriter  eventhough I added to the
> classpaht.
>
> Please advise me.
>
> Thanks in advance.

A NoClassDefFoundError means that the class which was referenced in
the error message imports (or indirectly depends upon) a class which
is not in the classpath.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>