X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2Fbin%2FContextTool.bat;h=75bbb6ce8e3fe4c657b6bcede8728c31b69958a9;hp=69ca4fc2e27f09ad356cf79d66e11a4adcf0ede4;hb=ba6e17fe11a889992dae7f0393dc30bd7da022e6;hpb=c74c7a43020713e9d9e11098e3118472d920c2ff diff --git a/Tools/bin/ContextTool.bat b/Tools/bin/ContextTool.bat index 69ca4fc2e2..75bbb6ce8e 100644 --- a/Tools/bin/ContextTool.bat +++ b/Tools/bin/ContextTool.bat @@ -28,8 +28,8 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar ( goto no_ContextTool ) -@REM Run Framework Wizard -call "java" -cp %CLASSPATH%;%WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %* +@REM Run ContextTool +java -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %* goto end