Details
-
Wish
-
Status: Closed
-
Trivial
-
Resolution: Auto Closed
-
None
-
None
-
None
-
None
-
windows 7
Description
JAVA_HOME is for jre, but maven searches for javac there.
One can add
@if not "%JDK_HOME%" == "" set JAVA_HOME="%JDK_HOME%"
to mvn.bat
and the analogue string to .sh script
Attachments
Issue Links
- is related to
-
MNG-5607 Don't use M2_HOME in mvn shell/command scripts anymore
- Closed