| | |
| | | |
| | | import org.opends.server.loggers.JDKLogging; |
| | | import org.opends.server.types.NullOutputStream; |
| | | import org.opends.server.util.SetupUtils; |
| | | |
| | | import static org.opends.messages.ToolMessages.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | import static com.forgerock.opendj.util.OperatingSystem.hasUAC; |
| | | |
| | | /** |
| | | * This class is used to start the Windows service associated with this |
| | |
| | | else |
| | | { |
| | | String[] cmd; |
| | | if (SetupUtils.hasUAC()) |
| | | if (hasUAC()) |
| | | { |
| | | cmd= new String[] { |
| | | ConfigureWindowsService.getLauncherBinaryFullPath(), |