On Fri, 08 Oct 2004 07:10, Steve O'Hara wrote: > Apologies if this is too stupid for a response but......
> When I try and run the servlet with > http://localhost:8080/velexample/servlet/SampleServlet > I get the following error:- > > java.lang.NoClassDefFoundError > at org.apache.velocity.app.Velocity.init(Velocity.java:106) > at There are two library jars that come with Velocity. One is only velocity and has some dependencies (don't ask me what they are - I use the other one). The other velocity jar has all the dependencies built in. You should be using something like velocity-dep-1.4.jar if you want something that is stand alone. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
