


Double click on jar file but didn't get any response.
used to run it through cmd java -jar AEM_6.5_Quickstart.jar, but it got stuck
Please give me solution to this issue.
Views
Replies
Sign in to like this content
Total Likes
Try the following command with memory allocation,
java -jar -XX:MaxPermSize=256M -Xmx1024m aem-author-4502.jar -p 4502 -gui
Try the following command with memory allocation,
java -jar -XX:MaxPermSize=256M -Xmx1024m aem-author-4502.jar -p 4502 -gui