Forum Discussion

BeginnerSoapUI's avatar
BeginnerSoapUI
New Contributor
10 years ago

JRE-related question

Hi all,
I need to update cacerts file with the CA certificate I am suing.
I have JRE installed on my PC, and when I searched for file called cacerts I found it in the SoapUI installation folder as well as in the JRE folder.
So, my question is:
-- which cacerts file is SoapUI using? The one from inside the installation folder of SoapUI or from JRE folder? Actually, SoapUI is suing the JRE installed in the PC or is coming with a customized java runtime environment?
Thanks

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    If you look in the SoapUI install directory, you might notice a folder named "jre"; SoapUI comes with it's own JRE, in case you do not have it installed already.

    If you look in the bin directory, in any of the startup files, right at the beginning you might notice a few lines of code:

    if exist "%SOAPUI_HOME%..\jre\bin" goto SET_BUNDLED_JAVA
    if exist "%JAVA_HOME%" goto SET_SYSTEM_JAVA

    If you simply rename the folder "jre" to something like "jre.off", then SoapUI will use whatever you set in your JAVA_HOME.