简体   繁体   English

如何在 Guidewire 中添加外部依赖

[英]How To Add External Dependency in Guidewire

I need an external library to be used in Guidewire.我需要一个在 Guidewire 中使用的外部库。 Below is the name of the library in which I am interested which is available on the maven repository.下面是我感兴趣的库的名称,可在 maven 存储库中找到。

I am not sure how to add an external java library inside ClaimCenter or PolicyCenter.我不确定如何在 ClaimCenter 或 PolicyCenter 中添加外部 java 库。 Any suggestion will be much appreciated.任何建议将不胜感激。

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

You can add external.jar files inside jdk installation directory.您可以在 jdk 安装目录中添加 external.jar 文件。 Ex: jdk1.8.0_25\jre\lib\ext\docusign.jar.例如:jdk1.8.0_25\jre\lib\ext\docusign.jar。

Local machine - after adding the jar, Check in IDE: File->ProjectStructure->SDKs->Classpath.本地机 - 添加 jar 后,签入 IDE:File->ProjectStructure->SDKs->Classpath。 If added jar is not present, add it manually by '+'.如果添加的 jar 不存在,请通过“+”手动添加。

Higher env -> add the jdk1.8.0_25\jre\lib\ext\docusign.jar in same jdk dir, which tomcat is using.更高的环境 -> 在 tomcat 正在使用的同一 jdk 目录中添加 jdk1.8.0_25\jre\lib\ext\docusign.jar。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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