Advertisement
Guest User

Untitled

a guest
May 19th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [INFO] Changes detected - recompiling the module!
  2. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  3. [INFO] Compiling 27 source files to C:\Users\(REDACTED)\pxls\target\classes
  4. [INFO] -------------------------------------------------------------
  5. [ERROR] COMPILATION ERROR :
  6. [INFO] -------------------------------------------------------------
  7. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  8. [INFO] 1 error
  9. [INFO] -------------------------------------------------------------
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] BUILD FAILURE
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Total time: 36.054 s
  14. [INFO] Finished at: 2017-05-19T12:06:49-06:00
  15. [INFO] Final Memory: 12M/99M
  16. [INFO] ------------------------------------------------------------------------
  17. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pxls: Compilation failure
  18. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  19. [ERROR]
  20. [ERROR] -> [Help 1]
  21. [ERROR]
  22. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  23. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  24. [ERROR]
  25. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  26. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement