Posted May 10, 201411 yr Running Linux 64bit. I ran: sudo ./gradlew setupDevWorkspace setupDecompWorkspace sudo ./gradlew cleanCache sudo ./gradlew eclipse Ive tried many methods Ive seen on the forums and none have fixed this issue. I get no errors in terminal when running Java build path problem : Project 'Minecraft' is missing required library: '/home/drew/Forge/unresolved dependency - forgeBin 1.7.2-10.12.1.1074'
May 10, 201411 yr All you need is this: ./gradlew setupDecompWorkspace (OR ./gradlew setupDevWorkspace . Not both; Decomp decompiles Minecraft for you to see) ./gradlew eclipse
May 10, 201411 yr Author does not matter if I use Dev or Decomp I still get this error, without cleanCache I get 34 missing dependencies.
May 10, 201411 yr ./gradlew --refresh-dependencies ./gradlew setupDecompWorkspace --debug ./gradlew eclipse --debug See if that fixes it.
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.