Error trying to find JVM: TypeError: Cannot read property 'isJdk' of null
See original GitHub issueRelated settings.json:
// "java.configuration.updateBuildConfiguration": "automatic",
"java.completion.guessMethodArguments": true,
"java.home": "/home/agilob/.sdkman/candidates/java/current",
"java.completion.enabled": true,
// "java.autobuild.enabled": true,
"boot-java.change-detection.on": true,
"boot-java.live-information.automatic-tracking.on": true,
"vsintellicode.java.completionsEnabled": true
Java version:
java -version
openjdk version "13.0.1" 2019-10-15
OpenJDK Runtime Environment (build 13.0.1+9)
OpenJDK 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
13.0.1 installed from sdkman.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Error: ENOENT: no such file or directory, lstat '/usr/java' - Stack ...
i am trying to run and debug the Small app with spring boot and react, but i got this error: Error trying to...
Read more >Groovy Language Documentation
MissingPropertyException because Groovy believes you're trying to access the toString property of that number, which doesn't exist:.
Read more >41 ORABPEL-00006 to ORABPEL-20511 - Oracle Help Center
Type: ERROR. Impact: Programmatic. ORABPEL-01029: cannot find property definition for "{0}" in any of the WSDL files. Cause: The BPEL correlation property ......
Read more >Vscode支持jdk8 - MyBlog
如果安装了spring,还需要配置 spring-boot.ls.java.home ,否则会出现 Error trying to find JVM: TypeError: Cannot read property 'isJdk' of null.
Read more >VSCode创建gradle + spring项目- 程序员大本营
出现Error trying to find JVM: TypeError: Cannot read property 'isJdk' of null的解决办法:点我查看; 启动项目
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, the issue is gone after adding the following line to global vsc config and restarting vsc
Notification with error no longer appears.
To answer your questions:
Default shell for my user is zsh and
~/.zshrc
contains:Thanks for extra info and closing the ticket.
The error that you reported is basically the typescript/javascript equivalent of a ‘NPE’ and really should never happen. So I feel there is still a bug of some kind here to fix. But as I can’t explain or reproduce how you got that error. So not really able to do much about it right now. So closing ticket seems like the right action.
Should you see the problem again and gain any insight into what exactly we need to do to trigger it, please re-open or raise a new ticket.