'appletviewer' is not recognized as an internal or external command, operable program or batch file
问题 C:\Users\ms536\Desktop\java>appletviewer awt_ex.java 'appletviewer' is not recognized as an internal or external command, operable program or batch file. 回答1: I can think of three possible explanations for this: You may have not set the command search path ( $PATH ) correctly. This is a common for people who are new to Java; see javac is not recognized as an internal or external command, operable program or batch file You may be trying to use appletviewer in Java 11 or later. This won't work.