servlet-api.jar 复制到 JDK/jre/lib/ext 里面

如果还不行,在把这个包放到JDK的bin里,再在命令行强行导入:

1
javac  -classpath servlet-api.jar sortCount.java