Posted May 28, 201411 yr Due to hardware failure I need to re-install the 1.7 Forge Dev Workspace for Eclipse. I am currently using the recommended forge build (1.7.2-10.12.1.1060). When I go to open eclipse it says there is a Java Build Path Problem. Project 'Minecraft' is missing required library: 'C:\Users\william\Desktop\Rustic\unresolved dependency - forgeSrc 1.7.2-10.12.1.1060' I double checked with LexManos's video for setting up Gradle and saw that mine skipped the applyBinPatches, genSrgs, and deobfBinJar. Where his didn't. That's the only thing I can think of that could be causing the problem. Any suggestion on what I did wrong and/or how to fix it? I downloaded this before using the guide and didn't have any problems.
May 28, 201411 yr Try "gradlew --refresh-dependencies eclipse" or "gradlew --refresh-dependencies setupDecompWorkspace" (or setupDevWorkspace if you don't want the source readable...). http://i.imgur.com/NdrFdld.png[/img]
May 28, 201411 yr Author Well... I did a update of my JDK and changed my path variable to match it, and it seemed to fix the issue. I'm a bit confused cause if I was to do javac and the system responded fine. It wasn't until I tried the setupDecompWorkspace that you suggested, that it started complaining about not being able to find the JDK compiler. Looking at the path variable and it does seem like other programs I have may have messed with it. I can't be sure, don't take my word, could just be a fluke. Anyways its working just fine.
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.