Skip to content

Instantly share code, notes, and snippets.

@techforum-repo
Last active February 25, 2022 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techforum-repo/46d3681290024d4eface7b5db6b85e4d to your computer and use it in GitHub Desktop.
Save techforum-repo/46d3681290024d4eface7b5db6b85e4d to your computer and use it in GitHub Desktop.

General Commands

Run AEM in Debug Mode

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar aem-sdk-quickstart-2021.10.5977.20211021T153528Z-211000.jar

Create JAR File

jar cfm bundle.jar META-INF\MANIFEST.MF *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment