Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.36 KB | None | 0 0
  1. INFO] Scanning for projects...
  2. [INFO]                                                                        
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building helloworld 1.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> appengine-maven-plugin:1.9.4:devserver (default-cli) > package @ helloworld >>>
  8. [INFO]
  9. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld ---
  10. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  11. [INFO] skip non existing resourceDirectory C:\Users\Naji Zeineh\Documents\Eclipse Project\ud859-master\Lesson_2\000_Hello_Endpoints\src\main\resources
  12. [INFO]
  13. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ helloworld ---
  14. [INFO] Changes detected - recompiling the module!
  15. [INFO] Compiling 3 source files to C:\Users\Naji Zeineh\Documents\Eclipse Project\ud859-master\Lesson_2\000_Hello_Endpoints\target\helloworld-1.0-SNAPSHOT\WEB-INF\classes
  16. [INFO] -------------------------------------------------------------
  17. [ERROR] COMPILATION ERROR :
  18. [INFO] -------------------------------------------------------------
  19. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  20. [INFO] 1 error
  21. [INFO] -------------------------------------------------------------
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] BUILD FAILURE
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Total time: 2.291 s
  26. [INFO] Finished at: 2014-10-24T16:43:00-07:00
  27. [INFO] Final Memory: 8M/152M
  28. [INFO] ------------------------------------------------------------------------
  29. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project helloworld: Compilation failure
  30. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  31. [ERROR] -> [Help 1]
  32. [ERROR]
  33. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  34. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  35. [ERROR]
  36. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  37. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement