我安装了最新版本的 Eclipse Java EE Kepler 版本。
并尝试在 Java 上编写简单的程序。但是当我做一些导入语句时,我会收到消息:
The import xxx cannot be resolved.
它不适用于 - javax.servlet, org.hibernate, org.springframework, org.junit
。
我不知道为什么会发生这种情况。我使用的是 1.7 JDK + tomcat 7。当前操作系统是 Ubuntu 12.04。
我在 Eclipse 中添加了 tomcat 7,并为 Eclipse Kepler 添加了 SpringSource Tool Suite。
如何解决这个麻烦?