| | |
| | | import static org.opends.messages.ToolMessages.*; |
| | | import static org.opends.server.util.ServerConstants.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | import static com.forgerock.opendj.util.OperatingSystem.hasUAC; |
| | | |
| | | /** |
| | | * This class is used to configure the Windows service for this instance on |
| | |
| | | |
| | | String[] cmd; |
| | | |
| | | if (SetupUtils.hasUAC()) |
| | | if (hasUAC()) |
| | | { |
| | | cmd = new String[] { |
| | | getLauncherBinaryFullPath(), |
| | |
| | | LocalizableMessage msg; |
| | | String serverRoot = getServerRoot(); |
| | | String[] cmd; |
| | | if (SetupUtils.hasUAC()) |
| | | if (hasUAC()) |
| | | { |
| | | cmd = new String[] { |
| | | getLauncherBinaryFullPath(), |
| | |
| | | int returnValue; |
| | | LocalizableMessage msg; |
| | | String[] cmd; |
| | | if (SetupUtils.hasUAC()) |
| | | if (hasUAC()) |
| | | { |
| | | cmd = new String[] { |
| | | getLauncherBinaryFullPath(), |