Configuring Java Explorer to Use a Truststore

Set the system property -Djavax.net.ss.trustStore=trustedcerts to configure a Java process to use a truststore. When you work with Java Explorer, you can specify the system properties in property files that reside at <Java Explorer Home>/Startup directory.

To configure Java Explorer to use a truststore:

  1. Open ./startup/gui.properties in a text editor.
  2. Add the following line:
    system.property.javax.net.ssl.trustStore=C:\\Temp\\mykeystore
  3. Open ./startup/runtime.properties in a text editor.
  4. Add the following line:
    system.property.javax.net.ssl.trustStore=C:\\Temp\\mykeystore
  5. Restart Java Explorer.