1

I am trying to add a date.class file to my eclipse project, but it returns Source Not Found. How do I create/ add a source file from a class file?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Quizzical
  • 153
  • 4

1 Answers1

0

If you are adding a library that you are using to your java project you can attach source by expanding the project node in package explorer view -> Referenced Libraries -> Locate your jar -> Right click, properties -> Java Source attachment.

Ravi
  • 545
  • 3
  • 5