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); } } /**