mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.48.2007 bb15aa09f9dd807bb3f5710c53b78062befa35b0
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1758,8 +1758,10 @@
    {
      // This isn't likely to happen, and it's not a serious problem even if
      // it does.
      SetupUtils.writeSetOpenDSJavaHome(getInstallationPath());
    } catch (Exception e) {}
      SetupUtils.writeSetOpenDSJavaHome(getInstallationPath(), false);
    } catch (Exception e) {
      LOG.log(Level.WARNING, "Error writing OpenDS Java Home file: "+e, e);
    }
  }
  /**