'Fabric Mod Creation error trying to run client through vscode
Can someone help find the problem?
The supplied phased action failed with an exception. A problem occurred configuring root project 'GrassyMod'. Build file 'C:\Users\user-pc\Desktop\GrassyMod\build.gradle' line: 2 An exception occurred applying plugin request [id: 'fabric-loom', version: '0.11-SNAPSHOT'] Failed to apply plugin 'fabric-loom'. You are using an outdated version of Java (11). Java 17 or higher is required. The JAVA_HOME environment variable is currently set to (C:\Program Files\Java\jdk-17.0.2).
Solution 1:[1]
Your Java is mentioned at the end of the error report_ The home setting is inconsistent with the Java JDK version number actually used. Please confirm whether your system environment setting and Java setting are correct and use java17 as required.You are using an outdated version of Java (11). Java 17 or higher is required.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MingJie-MSFT |
