Question

Merative
US
Last activity: 8 Aug 2025 11:04 EDT
How to create ZipFile using PRFile containing a zip file in pxServiceExportPath
We upload a zip file to Pega pxServiceExportPath. We are able to read the file using PRFile and read the entries on it using ZipInputStream. But, ZipInputStream library has issue with reading Zipfile created using tools that has non-JDK libraries - https://bugs.openjdk.org/browse/JDK-8327690.
Now, as per the suggestion we need to read the file entries using ZipFile library. But, ZipFile does not accept PRFile or the pxServiceExportPath filepath. Can someone help in reading the file entries using ZipFile?