getting JRE system library unbound error in build path

后端 未结 6 516
再見小時候
再見小時候 2021-02-02 07:46

getting a JRE system library unbound error in build path, tried all suggestions from the below links, however did not work. I have jdk 1.6.0_29, I have also tried to install oth

6条回答
  •  执念已碎
    2021-02-02 08:00

    I too faced the same issue. I followed the following steps to resolve my issue -

    • Right click on your project -> Properties
    • Select Java Build Path in the left menu
    • Select Libraries tab
    • Under the module path, select the troublesome JRE entry
    • Click on Edit button
    • Select Workspace default JRE.
    • Click on Finish button

    If the above steps don't work for you, instead of Workspace default JRE, you can choose an Alternate JRE and give the path to the JRE that you want to point.

提交回复
热议问题