getting JRE system library unbound error in build path

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

    This is like user3076252's answer, but you'll be choosing a different set of options:

    • Project > Properties > Java Build Path
    • Select Libraries tab > Alternate JRE > Installed JREs...
    • Click "Search." Unless you know the exact folder name, you should choose a drive to search.

    It should find your unbound JRE, but this time with all the numbers in it's name (rather than unbound), and you can select it. It will take a while to search the drive, but you can stop it at any time, and it will save the results, if any.

提交回复
热议问题