URGENT- "Java 11 or more recent is required to run. Please download and install a recent JDK"
See original GitHub issueI don’t understand why today I’m getting this error. Managed to temporarily solve this by downgrading Language Support for Java(TM) by Red Hat
to 0.64.1.
Environment
- Operating System: Windows_NT x64 10.0.20161 (remote ssh to ubuntu 18)
- JDK version: Open jdk 8
- Visual Studio Code version: 1.47.2 (user setup)
- Java extension version: 0.9.1
- Java Debugger extension version: 0.27.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:52 (2 by maintainers)
Top Results From Across the Web
Java 11 or more recent is required to run. Please download ...
Java 11 or more recent is required to run. Please download and install a recent JDK. I need to use the JDK 8...
Read more >Sonarlint v3.0.0 complains about java11 missing in vsc after ...
After installing a recent Java JRE, it seems the Java JDK is actually required? Edit: I installed the JDK jdk1.
Read more >About Upgrading to Java 11 for VS Code for Java
First of all, Java 11 as minimum version of JDK is a requirement only for running VS Code for Java, and to be...
Read more >How to Change Java Versions in Windows (Updated for JDK 18)
Step 1: Installing Multiple Java Versions. Installing multiple Java versions in parallel is incredibly easy in Windows. You can download and run the...
Read more >Java Versions and Features - Marco Behler
Go to the Adoptium site, chose the latest Java version, download and install it. Then come back to this guide to maybe still...
Read more >
Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top 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
If you are like me and don’t like to upgrade java version just to keep using the extension this is a simple trick you can do. Go to extensions, settings then install version 0.64.1 which still works fine with java8
Hey @seanGammage it seems like you can point to jdk 11 and it wouldn’t impact running the project, though I haven’t tried it as I am busy at the moment, and the downgrade was sufficient for me. To downgrade, you just have to go the java extension page and install another version and then reload.