Posted March 6, 201411 yr When I was trying to setup the dev workspace for Gradle, using eclipse. I've tried just about everything, including both methods in this thread http://www.minecraftforge.net/forum/index.php/topic,14048.0.html Neither works, in the eclipse method, it can't find any projects. When I do the command line I get this error bash gradlew setupDecompWorkspace Unzipping /Users/manila/.gradle/wrapper/dists/gradle-1.10-bin/6oa4rff9viiqskhgd6uns5v1f8/gradle-1.10-bin.zip to /Users/manila/.gradle/wrapper/dists/gradle-1.10-bin/6oa4rff9viiqskhgd6uns5v1f8 Exception in thread "main" java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:78) at org.gradle.wrapper.Install.createDist(Install.java:44) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:126) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:58) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:215) at java.util.zip.ZipFile.<init>(ZipFile.java:145) at java.util.zip.ZipFile.<init>(ZipFile.java:159) at org.gradle.wrapper.Install.unzip(Install.java:157) at org.gradle.wrapper.Install.access$400(Install.java:26) at org.gradle.wrapper.Install$1.call(Install.java:67) at org.gradle.wrapper.Install$1.call(Install.java:44) at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65) ... 3 more Any idea what I'm doing wrong?
March 9, 201411 yr Kill your .gradle folder in your home directory and try having ti download again, seems your internet derped and corrupted something. Else you can install gradle manually. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
March 10, 201411 yr Author Sorry to be stupid, but where is my home gradle folder? I tried deleting the "gradle" folder in the forge folder, but that didn't work. Is there a tutorial on installing gradle manually?
March 11, 201411 yr Author Thanks, was thinking the forge home directory. That worked, setting it up now.
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.