This is because of the documentation error. The document says to use
java -jar aem-quickstart.jar start -c crx-quickstart -i launchpad
-Dsling.properties=conf/sling.properties
-Dsling.run.modes=publish,crx3,crx3tarBut start command is not available
for aem-quickstart.jar which is a sibling of crx-quickstart folder.start
is available only for /crx-quickstart/app/aem-quickstart*.jarI have used
the below commandjava -jar aem-quickstart.jar -r
author,nosamplecontent,websquad3,crx3,crx3tar,crx3tar-no...