0

How can I see for example the content(raw Java code) of DefaultTableModel.class in Eclipse? It says Source not Found and I tried to set it to a downloaded javadocs folder but it is still not showing. How do I attach a source and where can I find one?

Philip Morris
  • 459
  • 1
  • 9
  • 26

1 Answers1

1

DO CTRL + SHIFT + T in eclipse , It will now show a screen saying source not found.In the same screen there is a link for "Attach source...". Click that link and import the src.zip file from your JDK installation directory. Thats it

M Sach
  • 33,416
  • 76
  • 221
  • 314