Eclipse error: Unbound classpath container

前端 未结 1 688
深忆病人
深忆病人 2021-02-07 08:59

I recieved two error messages after I made my project:

  1. The project cannot be built until build path errors are resolved.

  2. Unbound classpath cont

相关标签:
1条回答
  • 2021-02-07 09:10
    1. Right click on the project
    2. Open Properties
    3. Select Java Build Path
    4. Select the JRE System Library under the Libraries tab .
    5. Click on Edit .
    6. Click on Alternate JRE .
    7. If Alternate JRE present , then Select it and hit Finish .
    8. If not present , then click on Installed JREs which opens a pop up.
    9. Click on Add .
    10. Select Standard VM and Click Next.
    11. Select the JRE Home , Navigate to JDK root and select that .
    12. Click on Finish .
    13. Select that in installed JREs.

    Here is the link to JDK Mac Install

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