Question
How to find the class in pr jar files
Hi All,
Is there a way to find the classes in pega jar files for example prpoi-3.6.jar , If I search the PR_EngineClasses table I can find these classes. I believe this jar contains the Apache POI api classes , but I'm not able to use the classes in POI api directly. does any one knows how to find the classes and methods in these pega jars , so that we can make use of it.
Thanks
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Yes doing a select against pr_engineclasses table for pzJar like ‘prpoi-3.6%' will show you the classes. The jar is a repackage of apache's prpoi library and is meant for Pega's internal use only. Having said that, don't believe the source code should be different from the one you can download from apache's website if you are curious about the APIs.