

InterviewSolution
Saved Bookmarks
1. |
Solve : Apache Maven installation in window 8? |
Answer» <html><body><p>Actually I tried to install Apache Maven to my system.<br/><br/>I followed these steps:<br/><br/>Downloaded apache-maven-3.3.3 in my Window <a href="https://interviewquestions.tuteehub.com/tag/8-239879" style="font-weight:bold;" target="_blank" title="Click to know more about 8">8</a> machine and <a href="https://interviewquestions.tuteehub.com/tag/copied-2017628" style="font-weight:bold;" target="_blank" title="Click to know more about COPIED">COPIED</a> to Program Files.<br/><br/>Then <a href="https://interviewquestions.tuteehub.com/tag/added-367625" style="font-weight:bold;" target="_blank" title="Click to know more about ADDED">ADDED</a> maven path C:\Program Files\apache-maven-3.3.3 as M2_HOME in system variable and added C:\Program Files\Java\jdk1.8.0_31 as JAVA_HOME.<br/><br/>Then added ;%M2_HOME%\bin to default Path.<br/><br/>Then tried to run as mvn -version in CMD.<br/><br/>But I got the <a href="https://interviewquestions.tuteehub.com/tag/result-238022" style="font-weight:bold;" target="_blank" title="Click to know more about RESULT">RESULT</a> like:</p></body></html> | |