javac is not recognized as an internal or external command
What is javac command used for ? On windows OS ‘javac’ command reads source files that contain module, package and type declarations written in the java programming language, and compiles them into ‘class files’ that run on the JVM (Java Virtual Machine). The javac command can also process annotations in java source files and classes. Role…