I got the error The java.home variable defined in Visual Studio Code settings points to a missing or inaccessible folder (C: avadk-13.0.1)

I got an error

I started learning Java the other day, so if I had installed the VScode extension "Language Support for Java (TM) by Red Hat" "The java.home variable defined in Visual Studio Code settings points to a missing or inaccessible folder (C:avadk-13.0.1)" I got the error.

I intended to set it firmly in setting.json, but if you look closely The one that copied the path from explorer __ "C: \ Java \ jdk-13.0.1" __ Other addresses described in setting.json It was __ "/" __ instead of __ "" __! Apparently, because of this, it wasn't recognized and I was getting an error. Let's be careful, too.

Summary

When copying with Explorer, the address delimiter is "" Address delimiter is "/" in setting.json Because of that, I couldn't read it. When I replaced it, it read well.

Recommended Posts

I got the error The java.home variable defined in Visual Studio Code settings points to a missing or inaccessible folder (C: avadk-13.0.1)
Java in Visual Studio Code
[Mac] Install Java in Visual Studio Code
Add --enable-preview option in Java in Visual Studio Code
[Mac] Install Java in Visual Studio Code (VS Code)
I couldn't type Japanese in Ubuntu20.04 + Visual Studio Code
Output settings to debug console in Visual Studio Code
Android Studio JRE cannot be changed
Ruby on Rails in Visual Studio Codespaces
Rails server cannot be started in Cloud9
Try remote debugging of Java with Remote Containers in Visual Studio Code Insiders
Fastest installation of Visual Studio Code on Ubuntu
Getting started with Java programs using Visual Studio Code
Installing Visual Studio Code on Ubuntu 20.04 (automatic update support)
Set JAVA_HOME for root user in AWS Ubuntu16.04 Server
I got a cannot resolve symbol in Android Studio
Why can I develop Java with Visual Studio Code?
Build Java program development environment with Visual Studio Code
I got the error The java.home variable defined in Visual Studio Code settings points to a missing or inaccessible folder (C: avadk-13.0.1)
Output settings to debug console in Visual Studio Code
[Visual Studio Code] I get a syntax error when debugging when using rbenv