How to attach source or JavaDoc in eclipse for any jar file e.g. JavaFX?
问题 Presently I\'m working with JavaFX. Whenever I hover over a method of JavaFX its gives me the following error: \'Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found\' How should I resolve this? How can I attach the javadoc or source so that I could see the description of the methods? 回答1: Download jar file containing the JavaDocs. Open the Build Path page of the project (right click, properties , Java build path ). Open the Libraries tab.