Importing com.sun.javadoc eclipse report me this error \"The import com.sun.javadoc cannot be roselved\" it seems the package is not installed. Looking at the web sitehttp:/
http://java.sun.com/j2se/javadoc/faq/index.html#com.sun.javadoc
The JDK's tools.jar is not typically included in Eclipse project class paths. You should avoid using com.sun.* code if you can.