在构建路径中出现 JRE 系统库未绑定错误,尝试了以下链接中的所有建议,但没有奏效。我有jdk 1.6.0_29,我也尝试安装其他版本但没有帮助。
JRE 系统库 [WebSphere v6.1 JRE](未绑定) Eclipse 错误:未绑定的类路径容器 Java - 未绑定的类路径容器 Websphere V6 JRE 难以更新 Maven 和 Eclipse 中的 JRE 依赖项 Eclipse 中未绑定的类路径 容器在 Eclipse 中出现未绑定的类路径容器错误? Eclipse中的Java Web项目构建错误 未绑定类路径容器错误?
maven 编译器版本是这样的:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>${project.build.sourceEncoding}</encoding>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>