"'javac' is not recognized as an internal or external command", How to fix this error? This is happened when I am going to run 'javac' command in terminal and I fixed Environment variable.
Environment Variable : Path :C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\HP\Desktop\jdk-12.0.2\bin
JAVA_HOME :C:\Users\HP\Desktop\jdk-12.0.2\bin
I have manages to fix the error by setting Environment variable . Thank you for all answers to my question.