2025.03.14(更新日: 2025.03.14)
The java.home variable defined in Visual Studio Code settings points to a missing or inaccessible folder (/usr/local/Cellar/openjdk@11/11.0.17/libexec/openjdk.jdk/Contents/Home)を解決していく
VScodeでhello.javaを作成してみて、右上の実行ボタンを押すと以下のエラーが発生した。 エラーメッセージの意味 java.homeが/usr/local/Cellar/openjdk@11/11.0.17/libexec/openjdk.jdk/Contents/Homeに設定されているが、このフォルダが存在しないかアクセスできないため、VSCodeのJava環境が ...