Search:

Type: Posts; User: 70f

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    2,699

    Re: Java installed but not listed in Windows 10 Apps

    I reckon that's because mvn wants a single "-" for it's options. Try typing

    mvn -version or mvn -v instead.

    The error says "Unrecognised option: -", which I think indicates that it read the...
  2. Re: Procedure for running application consisting solely of. class files

    Just FYI.

    Let's say you want to run C:\Program Files\MyApp\myapp.exe

    To do so in a cmd prompt, enclose the path in quotes, "C:\Program Files\MyApp\myapp.exe"

    If the program wants or accepts...
Results 1 to 2 of 2