getting JRE system library unbound error in build path

后端 未结 6 521
再見小時候
再見小時候 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:09

    Another option is:

    • Project > Properties > Java Build Path
    • Select Libraries tab
    • Select the troublesome JRE entry
    • Click Edit button
    • Choose an alternate JRE
    • Click Finish button

    Pointing the project at your installed JRE might be a better choice than renaming your JRE to match the old project code.

提交回复
热议问题