MacのEclipseにGoclipseをインストールすると起動時にJavaエラーが発生する

MacのEclipseにGoclipseをインストールすると、Eclipse起動時に次のようなエラーが発生します。

Could not start Goclipse because Java version is: 0
Version 8 is required
Java のバージョンが 0 であるため、Goclipse を起動できませんでした
バージョン8が必要です



GoClipseのGitHubのissueで、解決方法がコメントされています。

https://github.com/GoClipse/goclipse/issues/256#issuecomment-347829623

Note that the error message is not true, Goclipse does start successfully despite what the message says, so you can just keep using it. As a workaround, locate the plugins directory in the Eclipse installation, and delete the com.googlecode.goclipse.jvmcheck_1.0.0.v201607061938.jar file, this will prevent the error message from being shown.
エラー メッセージは真実ではないことに注意してください。メッセージの内容に関係なく、Goclipse は正常に起動するため、そのまま使用し続けることができます。回避策として、Eclipse インストール環境で plugins ディレクトリを見つけ、com.googlecode.goclipse.jvmcheck_1.0.0.v201607061938.jar ファイルを削除すると、エラー メッセージが表示されなくなります。

下記のファイルを削除することで解消されるとのことです。
/Applications/Eclipse-20xx-xx/Contents/Eclipse/plugins
com.googlecode.goclipse.jvmcheck_1.0.0.v20167061938.jar


Finderでパッケージの階層を開くには、アプリケーションからEclipseを選択して、「パッケージの内容を表示」を開きます。

関連記事

スポンサーリンク

String.match

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る