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

jvergara
17.40.2007 4ed81429ad12b4b926ceebe16b9d05b29a943295
Fix for issue  2123.  We were calling the wrong launcher in the batch file.
1 files modified
2 ■■■ changed files
opends/resource/uninstall-gui.bat 2 ●●● patch | view | raw | blame | history
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