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

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