Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689953000/1afc24a8-b4b8-44f1-834b-c5fdb7042f7f.jpg?itok=CsRbcIRw)
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