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

neil_a_wilson
11.15.2006 7926b4fde36b76848d123186eeea60a075984c44
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -38,6 +38,7 @@
import org.opends.quicksetup.installer.UserInstallData;
import org.opends.quicksetup.util.ProgressMessageFormatter;
import org.opends.quicksetup.util.Utils;
import org.opends.server.util.SetupUtils;
/**
 * This is an implementation of the Installer class that is used to install
@@ -174,6 +175,13 @@
        break;
      }
      try
      {
        // This isn't likely to happen, and it's not a serious problem even if
        // it does.
        SetupUtils.writeSetJavaHome(FULL_INSTALL_PATH);
      } catch (Exception e) {}
      if (getUserData().getStartServer())
      {
        notifyListeners(getTaskSeparator());