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?
Asked
Active
Viewed 975 times
1
-
A class file is not a source file. – Oliver Charlesworth May 19 '12 at 19:19
-
Your question is ambiguous. How are you adding a .class file to you project? – Kuldeep Jain May 21 '12 at 06:53
1 Answers
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