| | |
| | | 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 |
| | |
| | | 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()); |