简体   繁体   中英

How To Add External Dependency in Guidewire

I need an external library to be used in Guidewire. Below is the name of the library in which I am interested which is available on the maven repository.

I am not sure how to add an external java library inside ClaimCenter or PolicyCenter. Any suggestion will be much appreciated.

https://mvnrepository.com/artifact/com.docusign/docusign-esign-java

You can add external.jar files inside jdk installation directory. Ex: jdk1.8.0_25\jre\lib\ext\docusign.jar.

Local machine - after adding the jar, Check in IDE: File->ProjectStructure->SDKs->Classpath. If added jar is not present, add it manually by '+'.

Higher env -> add the jdk1.8.0_25\jre\lib\ext\docusign.jar in same jdk dir, which tomcat is using.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM