how to use external java libraries in java code where should i place my external jar files
I have to use external java libraries like apache-poi 3.15 and some other (pega 7.2 has poi 3.11 version) where should i place this jars in server
I have tried below scenarios:
- I have placed in prweb\web-inf\lib folder but not able to access class, when save java code getting class not found errors
- I have also imported jar using Application-> Distribution-> import from landing page but not able to access these classes in my my code
Where should i place the jar files if i am using external java libraries in pega 7.2?