I have been getting well on with my java tool.However When I use the javac command.It says
1 | javac : command not found |
It’s just because I just only install the JRE(Java Runtime Environment) and do not install JDK(Java Development KIt).I got the answer going for my fedora
1 | sudo yum install java-devel |
Others
- 图灵经典:Java程序员修炼之道