From 0b2a87c9379cf69d80b7825bd21de494b3856817 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 17 Aug 2007 16:40:55 +0000 Subject: [PATCH] Fix for issue 2123. We were calling the wrong launcher in the batch file. --- opendj-sdk/opends/resource/uninstall-gui.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/uninstall-gui.bat b/opendj-sdk/opends/resource/uninstall-gui.bat index aa7dc29..1961497 100644 --- a/opendj-sdk/opends/resource/uninstall-gui.bat +++ b/opendj-sdk/opends/resource/uninstall-gui.bat @@ -72,7 +72,7 @@ goto callJava :callLaunch -"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher +"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallGuiLauncher goto end :callJava -- Gitblit v1.10.0