From 7383517d85b617f9d60e6820bdfc464e5d3d969d Mon Sep 17 00:00:00 2001 From: Magix Date: Sun, 24 Apr 2022 01:16:56 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index b56f707..8ad0b02 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,11 +1,10 @@ # Build Errors ## Gradle: Could not initialize class... +Gradle is using the wrong version of Java/the JDK. [Error Example](https://media.discordapp.net/attachments/965284036333424722/965743823445696552/11.png) **Solution**: -Gradle is using the wrong version of Java/the JDK. - Specify the correct version using: `set %JAVA_HOME%=C:\Program Files\Java\jdk1.8.0_202`