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

Violette Roche-Montane
26.15.2014 afa089fedd62a29826d57cc34293ad5e0e6a4efd
opendj3-server-dev/src/server/org/opends/server/tools/ConfigureWindowsService.java
@@ -42,6 +42,7 @@
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
@@ -410,7 +411,7 @@
    String[] cmd;
    if (SetupUtils.hasUAC())
    if (hasUAC())
    {
      cmd = new String[] {
          getLauncherBinaryFullPath(),
@@ -521,7 +522,7 @@
    LocalizableMessage msg;
    String serverRoot = getServerRoot();
    String[] cmd;
    if (SetupUtils.hasUAC())
    if (hasUAC())
    {
      cmd = new String[] {
          getLauncherBinaryFullPath(),
@@ -601,7 +602,7 @@
    int returnValue;
    LocalizableMessage msg;
    String[] cmd;
    if (SetupUtils.hasUAC())
    if (hasUAC())
    {
      cmd = new String[] {
          getLauncherBinaryFullPath(),