I got the following error message, when I run my program.
I am using Eclipse. I suspect that there are some eclipse configuration
problem. Can anyone help me please?
Thanks
Class File Editor
Source not found
The source attachment does not contain the source for the file
Configuration.class.
You can change the source attachment by clicking Change Attached Source
below:
<Button> Change Attached Source <Button>
..............
What happened when you clicked that button?
--
Lew
Perhaps you tried to include a binary Jar in your project but mistakenly
used the "source attachment" facility instead of simply adding the Jar
to the build path?
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-124.htm
I'd use Package Explorer to locate the Jar that contains
Configuration.class, Choose Properties > Java Source Attachment from the
context menu and remove any spurious source attachment. Ditto the other
possibilities listed in the above reference.
--
RGB