windows - Can't start Maven 3.0.5 from installation folder -


i'm using java version 1.5.0_30, java_home env. variable has been correctly set java bin folder in 'path'. have downloaded maven 3.0.5 , checked standard requirements (jdk 1.5 , above). using windows command prompt when went apache-maven-3.0.5\bin directory tried run 'mvn' , 'mvn -version' see if maven has been installed correctly or not keep receiving :

'mvn' not recognized internal or external command, operable program or batch file.

please note can't update jdk because on corporate pc (so can't use more recent maven versions because don't support 1.5 java jdk).

any appreciated, thanks.

first have add ...\apache-3.0.5\bin folder path. afterwards need close , reopen console.

furthermore java not needed being part of path java_home must set correctly.

you can upgrade until maven 3.1.1 last release supports java 1.5.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -