Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to launch the .jar file

Avatar

Level 2

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

vandana_ratnaparkhi_0-1662486916364.png

 

Please give me solution to this issue.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @vandana_ratnaparkhi 

Try the following command with memory allocation,

java -jar -XX:MaxPermSize=256M -Xmx1024m aem-author-4502.jar -p 4502 -gui 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @vandana_ratnaparkhi 

Try the following command with memory allocation,

java -jar -XX:MaxPermSize=256M -Xmx1024m aem-author-4502.jar -p 4502 -gui