Guest User

cant seem to finish the gradlew.bat setupDecompWorkspace

a guest
Jun 24th, 2016
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. C:\Users\RAZOR\Desktop\oldy stuff\new mod>gradlew.bat setupDecompWorkspace
  2. #################################################
  3. ForgeGradle 2.2-SNAPSHOT-59f33ec
  4. https://github.com/MinecraftForge/ForgeGradle
  5. #################################################
  6. Powered by MCP unknown
  7. http://modcoderpack.com
  8. by: Searge, ProfMobius, Fesh0r,
  9. R4wk, ZeuX, IngisKahn, bspkrs
  10. #################################################
  11. :deobfCompileDummyTask
  12. :deobfProvidedDummyTask
  13. :getVersionJson
  14. :extractUserdev UP-TO-DATE
  15. :extractDependencyATs SKIPPED
  16. :extractMcpData SKIPPED
  17. :extractMcpMappings SKIPPED
  18. :genSrgs SKIPPED
  19. :downloadClient SKIPPED
  20. :downloadServer SKIPPED
  21. :splitServerJar SKIPPED
  22. :mergeJars SKIPPED
  23. :deobfMcSRG SKIPPED
  24. :decompileMc SKIPPED
  25. :fixMcSources SKIPPED
  26. :applySourcePatches SKIPPED
  27. :remapMcSources SKIPPED
  28. :recompileMc FAILED
  29.  
  30. FAILURE: Build failed with an exception.
  31.  
  32. * What went wrong:
  33. Execution failed for task ':recompileMc'.
  34. > Unable to find a javac compiler;
  35. com.sun.tools.javac.Main is not on the classpath.
  36. Perhaps JAVA_HOME does not point to the JDK.
  37. It is currently set to "C:\Program Files\Java\jre1.8.0_92"
  38.  
  39. * Try:
  40. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  41.  
  42. BUILD FAILED
  43.  
  44. Total time: 40.159 secs
Add Comment
Please, Sign In to add comment