HI guys
I just installed spring 2.5,and spring ide.for some reason ,when i want to import ApplicationContext and ClassPathXmlApplicationContext in the main class ,it says i should create classes for them (ApplicationContext and ClassPathXmlApplicationContext).I am using eclipse ,jdk 1.6.
Thank you in advance
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
Is it a Spring project?
David Mbura
Ranch Hand
Joined: Apr 06, 2010
Posts: 65
posted
0
yes it is a spring project.Seems like it cant recognize the packages (org.springframework.context.ApplicationContext;
org.springframework.context.support.ClassPathXmlApplicationContext;)
i use Eclipse and then added spring IDE through Eclipes update manager.It is all set,under spring project but i wonder why it cant find the spring jar?