furryhamster
Lt. Commander
- Registriert
- Okt. 2008
- Beiträge
- 1.100
Hi,
ich versuche anhand eines Spring Tutorials meine Java Kenntnisse aufzufrischen/aufzubauen. Dazu nutze ich folgendes Tutorial:
Bei Maven Build erhalte ich jedoch die beigefügte Exception. pom/web/servlet.xml wie im Tutorial. Kann ich hier gerne auch posten falls etwas bestimmtes benötigt wird.
Unterschied zum Tutorial:
- Ich nutze Java JDK 8 bzw. erhalte mit JDK 7 die gleiche Exeption
- Ich nutze den Tomcat 8
Jemand ne Idee? Lösungen die ich bisher gesehen habe liefen nicht oder ich habe sie falsch umgesetzt. (z. B. Version von maven-compiler-plugin ändern)
ich versuche anhand eines Spring Tutorials meine Java Kenntnisse aufzufrischen/aufzubauen. Dazu nutze ich folgendes Tutorial:
Bei Maven Build erhalte ich jedoch die beigefügte Exception. pom/web/servlet.xml wie im Tutorial. Kann ich hier gerne auch posten falls etwas bestimmtes benötigt wird.
Unterschied zum Tutorial:
- Ich nutze Java JDK 8 bzw. erhalte mit JDK 7 die gleiche Exeption
- Ich nutze den Tomcat 8
Jemand ne Idee? Lösungen die ich bisher gesehen habe liefen nicht oder ich habe sie falsch umgesetzt. (z. B. Version von maven-compiler-plugin ändern)
Code:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CrunchifySpringMVCTutorial 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CrunchifySpringMVCTutorial ---
[INFO] Deleting D:\Projekte\CrunchifySpringMVCTutorial\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CrunchifySpringMVCTutorial ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\Projekte\CrunchifySpringMVCTutorial\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ CrunchifySpringMVCTutorial ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 1 source file to D:\Projekte\CrunchifySpringMVCTutorial\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.530 s
[INFO] Finished at: 2016-01-07T15:23:43+01:00
[INFO] Final Memory: 8M/114M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project CrunchifySpringMVCTutorial: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException