From c72005acfb0047d3914be5977e6dd38db029f389 Mon Sep 17 00:00:00 2001 From: Magix Date: Sun, 24 Apr 2022 01:04:15 -0400 Subject: [PATCH] Created Troubleshooting (markdown) --- Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..55b3820 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,8 @@ +## Gradle: Could not initialize class... +[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` \ No newline at end of file