mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 03:22:52 +08:00
Updated Troubleshooting (markdown)
parent
aa7743540b
commit
7383517d85
@ -1,11 +1,10 @@
|
|||||||
# Build Errors
|
# Build Errors
|
||||||
|
|
||||||
## Gradle: Could not initialize class...
|
## 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)
|
[Error Example](https://media.discordapp.net/attachments/965284036333424722/965743823445696552/11.png)
|
||||||
|
|
||||||
**Solution**:
|
**Solution**:
|
||||||
Gradle is using the wrong version of Java/the JDK.
|
|
||||||
|
|
||||||
Specify the correct version using:
|
Specify the correct version using:
|
||||||
`set %JAVA_HOME%=C:\Program Files\Java\jdk1.8.0_202`
|
`set %JAVA_HOME%=C:\Program Files\Java\jdk1.8.0_202`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user