0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

maven installで「Perhaps you are running on a JRE rather than a JDK?」

Last updated at Posted at 2019-06-01

maven installを実行した時にタイトルのエラーが発生しました。

「No compiler is provided in this environment.Perhaps you are running on a JRE rather than a JDK?」

説明の通り、jreでなくjdkのパスを選択すればこのエラーは解決。

**でも実はパスを変更しなくても通る場合がある。**理由はわからないですすみません。

ビルド・パス→ソースタブ→
src/main/resources
が除外(**)されてないか確認する。
ここが除外になっている場合、除去ボタンを押下して(なし)の状態にした後、再度maven installを実行すると通った。

環境

  • STS4
  • jre1.8
  • jdk1.8
  • maven2
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?