Hi I am struggling to know why is not possible to run this simple spring boot program in cmd.
This program is from
Spring Boot quick start guide
The error that I am facing says in Spanish:
"The system can not find the path" and later
"'Javier' is not recognized as inner or outer command..."
"Exception after calling 'DownloadFile' with the arguments '2': Exception after asking webClient"
![]()
and later in English:
+ ... pe]::Tls12; $webclient.DownloadFile('https://repo.maven.apache.org/ma ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: () [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
Caused by: java.lang.ClassNotFoundException: org.apache.maven.wrapper.MavenWrapperMain