Posted February 13, 20169 yr I was trying to setup gradle and this error occurred when I ran this command line "gradlew setupDecompWorkspace eclipse" This is the result of a --stacktrace: http://pastebin.com/e0FUVyPx Thanks, ~ T3ctonic
February 13, 20169 yr you may need to increase heap space. gradlew -Dorg.gradle.jvmargs=-Xmx2048M setupDecompWorkspace
February 13, 20169 yr Author When doing this it says this: * What went wrong: Unable to start daemon process.
February 13, 20169 yr Author I tried to change the DEAFULT_JVM_OPTS= in the .bat but then cmd tells me that "error occurred during initialization of VM" and "Could not reserve enough space for 4096000KB object heap"
February 13, 20169 yr Author If I am correct it would be one of the environmental variables Variable Name: JAVA_HOME Variable Value: C:\Program Files (x86)\Java\jdk1.8.0_74
February 13, 20169 yr Author Well thanks you, guess youtube videos are not the best to follow(and they said that was a 64 bit one). Would you mind directing me to the 64bit version?
February 13, 20169 yr Go get new Java. The official site will give you a choice. Also see my recent post about this heap problem (might not apply to your more modern machine): www.minecraftforge.net/forum/index.php/topic,36679.0.html The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.