在用 tomcat 做服务器调试 jsp 的时候。总是报这个错误:

Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK

上网找了下才知道是要把 jdk\lib\tools.jar 文件拷贝到 tomcat\common\lib 下才行。