0
0

More than 3 years have passed since last update.

The selected JRE does not support the current compliance level of 15

Posted at

事象 : Eclipseの設定を見たらなんか言われてた

  • 環境
    • Windows10 Pro バージョン1903
    • openjdk version "11.0.2" 2019-01-15 image.png

原因 : コンパイラに設定したJavaのバージョンとずれてるから

[Java] > [Complier]をみると「15」になっていた・・・
こっちでもWhen selecting 15 compliance, make sure to have a compatible JRE installed and activated(currently 11).って言われている・・・

image.png

対応 : コンパイラをインストール済みJREsに設定したバージョンに合わせる

  1. [Preferences]ダイアログ > [Java] > [Compiler]
  2. [Compiler compliance level:]をインストール済みJREsに設定したJavaのバージョンに合わせる > [Apply]ボタンで適用する
  3. [Installed JREs]と[Compiler]に出ていたメッセージが消える
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0