vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Language status item shows mismatch Java Runtime

Open CsCherrYY opened this issue 3 years ago • 0 comments

  1. Given project https://github.com/mybatis/mybatis-3.git
  2. open in VS Code and import the project
  3. can find an error shows in src\test\java\org\apache\ibatis\submitted\record_type\Item.java
  4. see the language status item, find the language level is 16, but the runtime path points to JDK 1.8.

image

CsCherrYY avatar Jun 23 '22 02:06 CsCherrYY