在构建路径中获取 JRE 系统库未绑定错误
在构建路径中出现JRE系统库未绑定错误,尝试了以下链接中的所有建议,但不起作用。我有jdk 1.6.0_29,我也尝试过安装其他版本,但没有帮助。
JRE 系统库 [WebSphere v6.1 JRE] (未绑定) Eclipse 错误: Unbound classpath container Java - Unbounded classpath container Websphere V6 JRE 努力更新 Maven 和 Eclipse 中的 JRE 依赖关系 Eclipse 中未绑定的类路径容器中的错误 Eclipse 中的未绑定类路径容器错误? Java Web Project Build Error unbound class path container error in eclipse?
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>