Posted August 26, 201411 yr Whenever i do gradlew setupDecompWorkspace I get this in cmd C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/.. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev UP-TO-DATE :genSrgs SKIPPED :extractNatives UP-TO-DATE :getAssetsIndex :getAssets :makeStart FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':makeStart'. > Cannot find System Java Compiler. Ensure that you have installed a JDK (not ju st a JRE) and configured your JAVA_HOME system variable to point to the accordin g directory. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 26.639 secs C:\Users\Tristan\Desktop\Tutorial>
August 26, 201411 yr Read the error. You do not have a JDK. Download one. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
August 27, 201411 yr 1. Install the actual JDK 7 (not JRE) 2. Right-click on "My computer" -> Settings 3. Go to "Advanced System Settings" -> "System Variables" 4. Create a variable called JAVA_HOME and set it's to the folder where Java is (by default it's C:\Program Files\Java\) It helped me at least. Sorry if some names of menus are wrong, I am Ukrainian.
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.