Question
Ocbc
SG
Last activity: 8 Jun 2017 4:38 EDT
How to make custom Jar file available in PEGA 7.1
I have requirement to use custom java program and export this as Jar file.
I have copied the Jar file in the weblogic library folder and added the complete path in the DSS compiler/defaultpath and restarted the node.
In the Java step in my activity I was able to reference to my custom Jar/class and save/checkin the activity, but during runtime I received error "java.lang.NoClassDefFoundError:"
Is there anything else that I need to do to make my custom jar/class available at runtime?