Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

jar dependency in crx-quickstart

Avatar

Level 6

Hi Team,

AEM having lot of in build jar.

Where there jar are stored in quick start folder.

I have searched in many  folder not able to find

1751983_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

As scott mentioned, you need to clarify your question a bit more. But if you are looking for the location of bundle jar files, Follow the steps below:

  • Get the bundle Id of the custom bundle from <host>:<port>/system/console
  • Go to "crx-quickstart/launchpad/felix/bundle<ID>", where ID is the bundle ID you got from the first step.
  • You will find bundle.jar file under Version*.* directory- That is the jar file location for the bundle ID you got from step1

View solution in original post

4 Replies

Avatar

Level 10

Your question is not clear - what information are you looking for?

Avatar

Correct answer by
Employee Advisor

As scott mentioned, you need to clarify your question a bit more. But if you are looking for the location of bundle jar files, Follow the steps below:

  • Get the bundle Id of the custom bundle from <host>:<port>/system/console
  • Go to "crx-quickstart/launchpad/felix/bundle<ID>", where ID is the bundle ID you got from the first step.
  • You will find bundle.jar file under Version*.* directory- That is the jar file location for the bundle ID you got from step1

Avatar

Community Advisor

Hi,

If you are looking for OOB jars present in http://localhost:4502/system/console/bundles then it will be available in .m2 folder.

Avatar

Level 4

As jaideep mentioned all the jar files are under felix folder.