在构建路径中获取JRE系统库未绑定错误,尝试了以下链接中的所有建议,但是无法正常工作.我有jdk 1.6.0_29,我也试过安装其他版本但没有帮助.
JRE系统库[WebSphere v6.1 JRE](未绑定) Eclipse错误:未绑定的类路径容器 Java - 无限制的类路径容器Websphere V6 JRE 努力更新Eclipse中的JRE依赖项 Eclipse中的 未绑定类路径容器错误中的未绑定类路径容器错误? Java Web项目构建错误 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>
Run Code Online (Sandbox Code Playgroud)