This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.

Eclipse开发中遇到的问题:This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.

解决方法:需要相关类的源码。

解决步骤:

(1)假如你所查看的类的目录结构如下,则只需将intel文件夹压缩成.zip文件。

import intel.rssdk.*;

(2)将.zip文件导入到eclipse中。

找到相关的jar包,右键“Build Path”,选择Configure Build Path。

This element neither has attached source nor attached Javadoc and hence no Javadoc could be found._第1张图片

在“Java Build Path”框中找到对应的jar包,点开之后,点击Source attachment(None),点击Edit。点击External location,点击External File,找到相应的.zip文件。注意Encoding的选择。

This element neither has attached source nor attached Javadoc and hence no Javadoc could be found._第2张图片

点击两次OK按钮。去试试看是否已经出现了相应的帮助文档。



你可能感兴趣的:(eclipse,帮助文档)