Because I run projects that run on multiple versions of Java (including Java 7), I receive this message in VS Code:
Java 8 or more recent is required to run. Please download and install a recent JDK
Is there a work around to use this plugin with Java versions less than 8 like Java 7?
Environment
- Operating System: macOS High Sierra
- JDK version: 7
- Visual Studio Code version: 1.24.1
- Java extension version: 0.27.0
Because I run projects that run on multiple versions of Java (including Java 7), I receive this message in VS Code:
Is there a work around to use this plugin with Java versions less than 8 like Java 7?
Environment