Question
Company
GB
Last activity: 20 Jul 2021 3:15 EDT
How can I view all OOTB JARs and Java classes?
Hi all,
I have a local installation of Pega Personal Edition (8.5.1) and have used the context.xml file the product ships with to run pgAdmin4, so I can see lots of installed files in the PRPCPersonalEdition folder in my C: drive and I also have database access in the browser to my local machine using address Proprietary information hidden:49728.
I can see some JAR files, such as prbootstrap-8.5.1-208 in folder location C:\PRPCPersonalEdition\tomcat\webapps\prweb\WEB-INF\lib and I can decompile these JARs to read the Java code they contain.
However, suppose I take a different Java class that I am interested in such as: com.pega.pegarules.session.internal.engineinterface.service.HttpAPI
I can use the Java class lookup tool in Admin Studio to determine that its location is: pegajdbc://1129553504:0/prprivate-session.jar
Could anyone please kindly advise how I can actually access prprivate-session.jar so I can have a look at it.
Many thanks,
Jonathan