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

jvergara
13.03.2008 b6e0d10650364c569020e948dfbcaf4405e34a9e
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -518,6 +518,17 @@
  }
  /**
   * Returns the path to the set-java-home file.
   *
   * @return the path to the set-java-home file.
   */
  public File getSetJavaHomeFile() {
    return new File(getLibrariesDirectory(),
        Utils.isWindows()?SET_JAVA_PROPERTIES_FILE_WINDOWS :
          SET_JAVA_PROPERTIES_FILE_UNIX);
  }
  /**
   * Creates a File object representing config/upgrade/schema.ldif.current
   * which the server creates the first time it starts if there are schema
   * customizations.