Eclipse Spring Boot Build Path Contains Duplicate Entry

后端 未结 1 1901
暗喜
暗喜 2021-02-11 00:08

I have been using Eclipse Luna and sprint boot for quite a while. Just today, when I created a new project I am getting the following build error,

Build path co         


        
1条回答
  •  别那么骄傲
    2021-02-11 00:21

    if i understand your problem it's library issue with your project so

    1.Select your project then go to Properties

    2.Java build Path

    3.in the Top select Libraires

    4.add a JRE System Library

    5.check the Execution Environment Then Click to Environments

    6.On the left click to Installed JREs

    7.Then Click To add , Standard VM

    8.click To directory Then go to /yourprograms/java/jdk 1.8

    9.then Click finish after this check what you just added and click ok

    10.when everything is closed update your maven Project

    i hope it helps you

    0 讨论(0)
提交回复
热议问题