Guest User

Untitled

a guest
Jun 10th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18362.836]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Owner>cd C:\Users\Owner\Desktop\Slippery Blocks Mod
  5.  
  6. C:\Users\Owner\Desktop\Slippery Blocks Mod>gradlew setupDecompWorkspace
  7. This mapping 'stable_20' was designed for MC 1.8.8! Use at your own peril.
  8. #################################################
  9. ForgeGradle 2.1-SNAPSHOT-8d6480f
  10. https://github.com/MinecraftForge/ForgeGradle
  11. #################################################
  12. Powered by MCP unknown
  13. http://modcoderpack.com
  14. by: Searge, ProfMobius, Fesh0r,
  15. R4wk, ZeuX, IngisKahn, bspkrs
  16. #################################################
  17. :deobfCompileDummyTask
  18. :deobfProvidedDummyTask
  19. :getVersionJson
  20. :extractUserdev UP-TO-DATE
  21. :extractDependencyATs SKIPPED
  22. :extractMcpData SKIPPED
  23. :extractMcpMappings SKIPPED
  24. :genSrgs SKIPPED
  25. :downloadClient SKIPPED
  26. :downloadServer SKIPPED
  27. :splitServerJar SKIPPED
  28. :mergeJars SKIPPED
  29. :deobfMcSRG SKIPPED
  30. :decompileMc SKIPPED
  31. :fixMcSources SKIPPED
  32. :applySourcePatches SKIPPED
  33. :remapMcSources SKIPPED
  34. :recompileMc FAILED
  35.  
  36. FAILURE: Build failed with an exception.
  37.  
  38. * What went wrong:
  39. Execution failed for task ':recompileMc'.
  40. > Unable to find a javac compiler;
  41. com.sun.tools.javac.Main is not on the classpath.
  42. Perhaps JAVA_HOME does not point to the JDK.
  43. It is currently set to "C:\Program Files\AdoptOpenJDK\jre-8.0.222.10-hotspot"
  44.  
  45. * Try:
  46. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  47.  
  48. BUILD FAILED
  49.  
  50. Total time: 38.099 secs
Advertisement
Add Comment
Please, Sign In to add comment