'javac' is not recognized as an internal or external command, operable program or batch file
Path settings on Linux, Unix, Solaris, FreeBSD:
Paths should be set to point to where Java programs are installed. For example, if using bash as a shell, add the following line at the end: '.bashrc: export PATH = / path / to / java: $ PATH'.
To write Java programs, you will need a text editor. There are many IDEs, but below are some that are more suitable for editing Java code:
After installing Java, the next lesson will learn how to write and run the first Java program, some basic Java syntax that is important for developing applications.
Next lesson: Basic Java syntax
Last lesson: What is Java? Why choose Java?
Java exercises: Basic Java exercises, with sample decoding