1.path路径设置 path环境变量设置的是.exe启动程序的路径。 安装JDK时path设置java.exe和javac.exe两个程序的路径。 2.classpath路径设置 classpath环境变量设置的是类的路径。