getting JRE system library unbound error in build path

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

    The solution that work for me is the following:

    1. Select a project
    2. Select the project menu
    3. Select properties sub-menu
    4. In the window "properties for 'your project'", select Java Build Path tab
    5. Select libraries tab
    6. Select the troublesome JRE entry
    7. Click on edit button
    8. Select JRE entry
    9. Click on finish button

提交回复
热议问题