1. The import com.sun.tools cannot be resolved
http://stackoverflow.com/questions/10314904/no-com-sun-tools-javac-in-jdk7
Edit your project build path and add an external library: tools.jar found in JDK_HOME/lib
2.
本文介绍了解决在JDK7中遇到的The import com.sun.tools cannot be resolved问题的方法。通过编辑项目的构建路径并添加外部库tools.jar(位于JDK_HOME/lib目录下),可以有效解决此错误。
1. The import com.sun.tools cannot be resolved
http://stackoverflow.com/questions/10314904/no-com-sun-tools-javac-in-jdk7
Edit your project build path and add an external library: tools.jar found in JDK_HOME/lib
2.

被折叠的 条评论
为什么被折叠?
