We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54316dc commit 7f15077Copy full SHA for 7f15077
gettingStarted/workshop-scripts/runJmsPutGetInteractive.bat
@@ -31,7 +31,7 @@ SET ec=###
31
SET fileExistsMsg=%ec% File exists, skipping.
32
33
ECHO %ec% Checking JDK (javac command) is available.
34
-WHERE javac >NUL 2>&1
+javac -version >NUL 2>&1
35
IF %ERRORLEVEL% EQU 0 (ECHO OK.) ELSE (ECHO %ec% Java Compiler not installed! & EXIT /B %ERRORLEVEL%)
36
37
ECHO %ec% Making MQClient directory.
0 commit comments