0

In my opinion this is an other problem as in attach-the-java-doc discussed - in fact, javadoc is working.

LinkedList<String> example = new LinkedList<String>();
public void add(String s){
    example.add(s);
}

I get a Source not found, when trying to inspect java standard sourcecode (Method add()). Itas a Maven Project in eclipse. and i've set the source path, also double checked it - with the explorer, and also checked the inside, it contains the right file with the right text.

How i can fix this? Screenshot from JDK with attached source

Community
  • 1
  • 1
MemLeak
  • 4,456
  • 4
  • 45
  • 84
  • 1
    Just attach it with the `Attach Source` button in the editor view which will be shown if sources are missing. – Kai Oct 23 '13 at 07:38
  • @user714965 this solved the problem, but shouldn't this work out of the box? – MemLeak Oct 23 '13 at 13:41
  • Possible duplicate of [Attach the Java Source Code](http://stackoverflow.com/questions/1157597/attach-the-java-source-code) – eis Mar 14 '16 at 21:55

0 Answers0