Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    Yes, that is true.
  2. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    The OS needs a path to find any program that it executes.
    Either the full path to the program is provided or the program is in the current directory
    or the path to the program is in the Path...
  3. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    What program was executing when
  4. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    Sorry, I do not know how to use Maven.


    The program provided the full path to the java.exe command so that the OS could find it.
  5. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    Have you solved the problem now?
  6. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    Given that location, the PATH variable should contain this with all the other values currently in PATH:
    C:\Dev\apache-maven-3.8.6\bin

    I think MAVEN_HOME should be set to:...
  7. Replies
    13
    Views
    3,618

    Re: Mvn (Maven) not recognized as command

    The OS needs a way to find any command that is entered on the command line.
    One way is to give the full path to the command on the command line. For example:
    D:\Program...
Results 1 to 7 of 7