質問編集履歴
2
javaのバージョンの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,6 +6,18 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
+
java --versionをターミナルで打つと以下のように表示されます。
|
10
|
+
|
11
|
+
java 14.0.2 2020-07-14
|
12
|
+
|
13
|
+
Java(TM) SE Runtime Environment (build 14.0.2+12-46)
|
14
|
+
|
15
|
+
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing)
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
以下がエラーの一部です。
|
20
|
+
|
9
21
|
|
10
22
|
|
11
23
|
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]
|
1
タグの修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|