导入 com.sun.javadoc 无法在 Eclipse 中解析
我在 Eclipse 中编译项目时遇到问题。
The import com.sun.javadoc cannot be resolved
我添加了tools.jar作为外部jar,更改了默认编译器以使用jdk而不是jre,做了Project -> >之后清洁。但这些都没有帮助。我在这里缺少什么?
UPD:它是这样的(包存在于左侧,但在右侧看不到): 替代文本 http://3593.iz。 piccy.info.nyud.net/i5/93/35/353593/lol.gif
I'm having problem compiling a project in Eclipse.
The import com.sun.javadoc cannot be resolved
I added tools.jar as an external jar, changed default compiler to use jdk instead of jre, did Project -> Clean afterwards. But nothing of this helped. What am I missing here?
UPD: this is how it looks like (packages exist on the left, but not seen on the right):
alt text http://3593.iz.piccy.info.nyud.net/i5/93/35/353593/lol.gif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是因为您导入的 jar 存在“限制”规则。
可以通过禁用它们来禁用它们。无论是全球范围内还是仅在必要的项目上。
应该是这样的: -
It is probably because there are 'restriction' rules on the jar you are importing.
These can be disabled by disabling them. Either globally or just on the necessary project.
Should be something like:-
有一个错字。
如果您尝试运行 javadoc以编程方式,您需要使用
与非
There's a typo.
If you're attempting to run javadoc programmatically, you need to use
and not