opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -30,6 +30,7 @@ import org.opends.messages.Message; import static org.opends.messages.QuickSetupMessages.*; import java.io.PrintStream; import java.io.File; import java.util.ArrayList; @@ -542,6 +543,15 @@ /** * {@inheritDoc} */ public String getInstancePath() { String installPath = Utils.getInstallPathFromClasspath(); return Utils.getInstancePathFromClasspath(installPath); } /** * {@inheritDoc} */ protected String getOpenDSClassPath() { return System.getProperty("java.class.path");