When I type in gradlew setupDecompWorkspace eclipse I get an error "FAILURE: Build failed with an exception.
- What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html
Please read the following process output to find out more:
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output." but when I make an environmental variable for the JDK I get a different error something about “Could not determine java version from 12.0.1” Gradle came as part of the Forge MDK or source code.
I believe i need a older version of java if so what version do I need. I dont know my gradle version though. Any help is appreciated I didnt know if I should ask here or in the forge forums thanks in advance though.