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

Is it possible to import an external jar into libs folder of an AEM package through CRXDE Lite?

Avatar

Level 7

Hi,

I have created a project in apps folder. In this project we have libs folder under src. Is it possible to import an external jar to this libs folder through CRXDELite only?

 

I tried to import an external jar by right clicking on libs folder but I'm not getting any browse option to import the jar.

 

Is it possible to import the jar using "Team -> Import..." ? Please let me know the process if it is possible, how to do it? If there is any alternative please suggest the approach.

Thanks,

Arya.

1 Accepted Solution

Avatar

Correct answer by
Level 10
        First u need to convert external jar into osgi using bnd tool etc.. Need to use webdav tool to place under libs or use crx explorer. With crxdelight I don't think there is option.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10
        First u need to convert external jar into osgi using bnd tool etc.. Need to use webdav tool to place under libs or use crx explorer. With crxdelight I don't think there is option.

Avatar

Level 4

Hi,

If you really want to upload jar or any file to /libs using CRXDE Lite, first upload that file in dam and then go to the file path in CRXDE Lite and move it under /libs folder

Thanks.

Vikram