On Tue, Dec 1, 2009 at 5:18 PM, nhcoder <andrewnbenja...@hotmail.com> wrote:
>
> The problem that appears in the log is:
>
> [ERROR] org/springframework/context/ApplicationContext
> java.lang.NoClassDefFoundError:
> org/springframework/context/ApplicationContext
> at java.lang.Class.getDeclaredConstructors0(Native Method)
> at java.lang.Class.privateGetDeclaredConstructors(Unk nown Source)
> at java.lang.Class.getConstructor0(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> etc etc
>

First step here I think is to put the spring jars in your WEB-INF/lib,
as you would in any other spring app. Then try to get a reference to
it as you are doing. From there you can get on to more fancy stuff.
Let us know how that goes.

- R

Reply via email to