Skip to content

Commit e26d91c

Browse files
committed
removed jre from path variable
1 parent cd69ad6 commit e26d91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/cybersource/ws/client/SecurityUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public static void readJdkCert(MerchantConfig merchantConfig, Logger logger) thr
265265
String pass=merchantConfig.getKeyPassword();
266266

267267
if (merchantConfig.isCacertEnabled()){
268-
path = System.getProperty("java.home") + "jre/lib/security/cacerts".replace('/', File.separatorChar);
268+
path = System.getProperty("java.home") + "/lib/security/cacerts".replace('/', File.separatorChar);
269269
loadJavaKeystore(path, merchantConfig,logger);
270270

271271
}

0 commit comments

Comments
 (0)