“Faceted Project Problem (Java Version Mismatch)” error message

后端 未结 5 1383
情书的邮戳
情书的邮戳 2020-11-27 13:32

Eclipse\'s \"problems\" tab is displaying this error:

Description: Java compiler level does not match the version of the installed Java project facet.

5条回答
  •  甜味超标
    2020-11-27 13:51

    You have two options to fix the issue:

    1- Manually make sure the two versions match.
    2- Use the IDE's help as follows:
    - Right mouse click on the error in the 'Problems' view
    - Select the 'Quick Fix' menu item from the pop-up menu
    - Select the right compiler level in the provided dialog and click 'Finish'.

    Taken from Eclipse: Java compiler level and project facet mismatch

    Also gives location of where you can access the Java compiler and facet version.

提交回复
热议问题