質問編集履歴
2
javaのバージョンの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,13 @@
|
|
2
2
|
私はこのエラーはJavaのversionの違いによるものではないかと思うのですが、調べても解決方法がわかりません。
|
3
3
|
ご存知の方がいらっしゃればご回答いただけるとありがたいです。
|
4
4
|
|
5
|
+
java --versionをターミナルで打つと以下のように表示されます。
|
6
|
+
java 14.0.2 2020-07-14
|
7
|
+
Java(TM) SE Runtime Environment (build 14.0.2+12-46)
|
8
|
+
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing)
|
5
9
|
|
10
|
+
以下がエラーの一部です。
|
11
|
+
|
6
12
|
com.intellij.diagnostic.PluginException: While loading class com.ppolivka.gitlabprojects.share.GitLabShareAction: com/ppolivka/gitlabprojects/share/GitLabShareAction has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: com.failfast] [Plugin: com.failfast]
|
7
13
|
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:180)
|
8
14
|
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:156)
|
1
タグの修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|