Question
P3Fusion
IN
Last activity: 2 Mar 2020 15:47 EST
Import JAR file and use it in functions
Hello,
I have an JAR file that contains the custom-written java functions & methods to do some calculations, I want to use the JAR file in Pega DEV studio and make use the methods in the pega rules like declare expression, function.
I had tried some of the below approach
- Imported the JAR file, but can't locate the contents of the file.
- I had tried on writing the Java code contents inside jar as pega Function rule
Different approaches are welcomed