There's a tool sonar-scanner written in Java. It has a JRE shipped with it. Currently I met an issue when using this tool, the solution leads to: I need to add certificate to Java trust store with keytool
. But there's no keytool
in the shipped JRE.
I'm new to Java. Is there any suggestions of how to add the certificate in this case?
Thanks!