How to import com.sun.javadoc.* in eclipse?

后端 未结 4 987
一生所求
一生所求 2021-01-02 05:35

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:/

4条回答
  •  独厮守ぢ
    2021-01-02 06:09

    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.

提交回复
热议问题