Antonio Bugni
Antonio Bugni

Reputation: 21

Quarkus " Running the application" Tutorial

I try to follow the tutorial for the First Application of Quarkus. When I try to run this command: ./mvnw compile quarkus:dev: I've the following error:

The specified path could not be found. "D" is not recognized as an internal or external command, an executable program or a batch file.

The specified path could not be found.

Exception during "DownloadFile" call with "2" argument (s): "Exception during a WebClient request." In line: 1 car: 282

  • ... pe] :: Tls12; $ webclient.DownloadFile ('https://repo.maven.apache.org/ma ...

  • CategoryInfo: NotSpecified: (:) [], MethodInvocationException

  • FullyQualifiedErrorId: WebException

    Error: cannot find or load the main class org.apache.maven.wrapper.MavenWrapperMain"

Upvotes: 2

Views: 1500

Answers (1)

ozkanpakdil
ozkanpakdil

Reputation: 4602

The problem was used the command prompt of Windows instead the Linux Command Line.

Upvotes: 1

Related Questions