Advertisement
dwestlin

Untitled

Sep 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------< miun-jee:assignment1 >------------------------
  4. [INFO] Building assignment1 0.0.1-SNAPSHOT
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ assignment1 ---
  8. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  9. [INFO] Copying 1 resource
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ assignment1 ---
  12. [INFO] Changes detected - recompiling the module!
  13. [INFO] Compiling 8 source files to D:\JavaEE-kursen\LO1\assignment1-template\target\classes
  14. [INFO] -------------------------------------------------------------
  15. [ERROR] COMPILATION ERROR :
  16. [INFO] -------------------------------------------------------------
  17. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  18. [INFO] 1 error
  19. [INFO] -------------------------------------------------------------
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time: 0.900 s
  24. [INFO] Finished at: 2018-09-07T11:25:13+02:00
  25. [INFO] ------------------------------------------------------------------------
  26. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project assignment1: Compilation failure
  27. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  28. [ERROR] -> [Help 1]
  29. [ERROR]
  30. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  31. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  32. [ERROR]
  33. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  34. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement