美文网首页
0002.环境构筑问题

0002.环境构筑问题

作者: 笑着字太黑 | 来源:发表于2022-04-18 16:52 被阅读0次
    1.JRE版本警告

    问题:Build path specifies execution environment JavaSE-11. There are no JREs installed in the workspace

    解决方法1:

    安装所需JRE,然后Eclipse的Windows->Preference->Installed JREs中添加所需版本JRE
    Installed JREs下面的Execution Environments,Execution 
    Environments中选择JavaSE版本,Compatible JREs中选择对应JRE
    

    解决方法2:

    <properties>
      <maven.compiler.target>11</maven.compiler.target>
      <maven.compiler.source>11</maven.compiler.source>
    </properties>
    

    相关文章

      网友评论

          本文标题:0002.环境构筑问题

          本文链接:https://www.haomeiwen.com/subject/bwvdertx.html