asdaa Posted March 25, 2014 Posted March 25, 2014 When i start eclispse it gives me an error thats saying "Project 'Minecraft' is missing required library". How do i fix it? I tried " gradlew setupDecompWorkspace eclipse " then " gradlew --refresh-dependencies eclipse " same error. Then i tried this: " gradlew.bat setupDecompWorkspace eclipse gradlew.bat --refresh-dependencies gradlew.bat setupDecompWorkspace --debug gradlew.bat eclipse --debug " still same error. A screenshot of whats going on in Eclipse: http://gyazo.com/c10c05a936f1a5dadb3752cb6bade57d A test run of minecraft on Eclipse: http://pastebin.com/PCS90QPs Any help? Quote
sequituri Posted March 25, 2014 Posted March 25, 2014 After running gradle[w] eclipse you open the project that's in the folder where you ran gradlew. Is this so hard to understand? All your changes go in there. Quote -S- (if I helped, please click Thank and applaud) http://6upnqa.dm2301.livefilestore.com/y2mtf-vG7Tqq1TiiVpIm53KWj7294NDPoHfSHHb4PzZiMAUfRCfK0UY0MwOu7Q3zTBNVTKqWjr2-xgBfFRpQT5p-QivtvknPpoABMNUw9br9WuZcBFkjePhnAbW500gVm-P/sequiturian.png[/img]
thegodofwisdom Posted March 26, 2014 Posted March 26, 2014 Hey there I'm having the exact same problem and the suggestion here does not seem to work with this problem. Quote
ianc1215 Posted March 27, 2014 Posted March 27, 2014 After running gradlew setupDecompWorkspace did you run gradlew eclipse? You have to do so in order for gradle to build out a project and classpath file that tells eclipse where the libraries and few other things are located. That is the part that kind of makes everything turn key. Quote “Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” - Linus Torvalds
Recommended Posts
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.