mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-07 01:52:58 +08:00
Created Troubleshooting (markdown)
parent
ef52565e8b
commit
c72005acfb
8
Troubleshooting.md
Normal file
8
Troubleshooting.md
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user