javac is not recognized as an internal or external command, operable program or batch file [closed]
TL;DR For experienced readers: Find the Java path; it looks like this: C:\Program Files\Java\jdkxxxx\bin\ Start-menu search for “environment variable” to open the options dialog. Examine PATH. Remove old Java paths. Add the new Java path to PATH. Edit JAVA_HOME. Close and re-open console/IDE. Welcome! You have encountered one of the most notorious technical issues facing … Read more