abc01230123abc的gravatar头像
abc01230123abc 2014-12-23 11:04:42

maven+springmvc错误 JAX-RS (REST Web Services) 2.0 can not be installed

项目problem提示错误

JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied

 

JAX-RS (REST Web Services) 2.0 requires Java 1.7 or newer.

 

有大神帮忙解决下吗

所有回答列表(1)
wjm901215的gravatar头像
wjm901215  LV8 2014年12月23日

在pom.xml我从JDK1.6改为1.7的jdk

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
    <configuration>
        <source>1.7</source>
        <target>1.7</target>
    </configuration>
</plugin>
评论(3) 最佳答案
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友