I am currently trying to compile a basic mod build for Minecraft 1.12.2. However, when I type the gradle command it tells me:
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.
The command “java -version” gives me:
openjdk version “1.8.0_422”
OpenJDK Runtime Environment (Temurin)(build 1.8.0_422-b05)
OpenJDK 64-Bit Server VM (Temurin)(build 25.422-b05, mixed mode)
I tried forking the JDK manually, so i put this in my build.gradle:
compileJava.options.fork = true
compileJava.options.forkOptions.executable = ‘C:UsersmailjOneDriveDokumenteOpenJDK8U-jdk_x64_windows_hotspot_8u422b05jdk8u422-b05binjavac’
I tried installing a different JDK Hotspot from Adoptium in an older java Version and I also tried using the Forge MDK. I always get the same Error.
Jxyzh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.