So, im trying to make a minecraft mod with fabric and when i use ./gradlew genSources it fails. How do i fix it. i have only learned java from Kaupenjoe's java introduction and don't know much.
#Task :genSourcesWithCfr FAILED
1 messages · Page 1 of 1 (latest)
<@&987246652869971988> please have a look, thanks.
@somber halo change the title to the error message
So do you have a 64 bit JDK installed?
Task :genSourcesWithCfr FAILED
yes i have 64bit JDK installed
i have double checked and reinstalled the jdk after i get this error
What does java -version give?
this
your system defaulted you to client vm
are you running a 32 bit OS?
im not sure, probably not i'd assume
double check
You can also check the toolchain https://docs.gradle.org/current/userguide/toolchains.html .
and you picked x64 when choosing the architecture for temurin?
It's is x86.
And your error says you need an x64 one.
I thought because it's larger it will be all good. (And I just realized it is x86 now cuz I downloaded it like 5 months ago)
x86 = 32 bit, x64 = 64 bit.
No problem, we learn something new every day.
Thank you all for helping me and understanding
