Hi,
I would really appreciate some help. After having installed Spring in Eclipse, I am able to create Spring projects and everything seems to be fine. Nevertheless, if I try to use the framework by adding a statement like
import org.springframework.(..)
Eclipse tells me, that there is no package which starts with org.springframework. I assume some simple configuration error- but which one? Can anyone help?
Many thanks!
Cheers
Martin


Reply With Quote