Question
ATOS
ATOS
IN
ATOS
Posted: Jan 7, 2025
Last activity: Jan 19, 2025
Last activity: 19 Jan 2025 15:54 EST
Closed
Download java files
Is there a way to retrieve all the backend java(jar) files for a certain (entire) application that we built in Pega?
***Edited by Moderator Marije to add Capability tags***
To see attachments, please log in.
@Saravanan M To retrieve all the backend Java (JAR) files for an entire Pega application, you can create a Product Rule in Pega Dev Studio. Go to Configure > Application > Distribution > Package > Create Product File, and include the entire application along with rulesets, library rules, and function rules to ensure all Java-based components are captured. Export the Product Rule as a ZIP file, which will contain the required JAR files. If you need specific Java code, navigate to Records > Technical > Library and download any listed JARs or custom code. For direct server access, you can locate the JAR files in the Pega installation directory under /lib or /WEB-INF/lib. This method covers both custom Java functions and external libraries used in your application