Hi All,I want to modify my aem installer jar file, such that when I
click on it start in debug mode by default.I know the process to start
AEM in debug mode by adding required JVM params in start.bat file as
below::* default JVM options if not defined CQ_JVM_OPTS set
CQ_JVM_OPTS=-Xmx2048m -XX:MaxPermSize=512M -Djava.awt.headless=true
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30302'To modify
my jar I unzipped it, inside which I found one folder called static
inside which I ...