Hi @shaikzaheerahmed
Please check the JDK version which is in effect in your system by running the below command on command line.
java -version
It should give 1.8.0_XXX where XXX can be the version.
Name the file as aem-author-p4502.jar. It can be cq-author-p4502.jar as well.
Navigate to the location where the jar file is present. Remove "crx-quickstart" folder and run the below command:
java -jar aem-author-p4502.jar
Check the error.log while the program installs to see if anything is failing.
You should be able to install AEM using jar file extract appraoch as mentioned above.
Thanks!