Issue
What is the target folder, what is mvnw and mvnw.cmd file and what is src folder?
Solution
- target: the tools will build and create intermediate and output files, say java
.class
files. That will be put there. more info - mvnw and mvnw.cmd are wrappers of
maven
. see this link.
Answered By - ch271828n
Answer Checked By - Willingham (JavaFixing Volunteer)