M
mike-yue
Hi guys,
First take a look the project in Eclipse IDE:
http://picasaweb.google.com/needpassion/Pictures?authkey=rQ0S1KvVwCc#5244930532018974802
The XYSeries.java and XYSeriesCollection.java belong to the same
package org.jfree.data.xy within jfreechart.jar(it is a GNU opensource
pack).
From the picture you can see the source is attached already. The jar
is already in the build path.
From the application TestFile.java using Ctrl+Click, the Eclipse IDE
can jump to the functions in XYSeries.java and XYSeriesCollection.java
without a problem. I believe that means the source code attached fine.
But in whatever runtime or debug, I always got error "Source not
found", and was asked to "Edit Source Lookup Path", but that did help
nothing.
I tried recreating the project, cleaning all, Refreshing, Validating,
no help.
I am new with Eclipse and Java. Sorry for bothing you maybe such a
simple question, but I've fighted this strange thing for two whole
days.
Any help would be appreciated.
First take a look the project in Eclipse IDE:
http://picasaweb.google.com/needpassion/Pictures?authkey=rQ0S1KvVwCc#5244930532018974802
The XYSeries.java and XYSeriesCollection.java belong to the same
package org.jfree.data.xy within jfreechart.jar(it is a GNU opensource
pack).
From the picture you can see the source is attached already. The jar
is already in the build path.
From the application TestFile.java using Ctrl+Click, the Eclipse IDE
can jump to the functions in XYSeries.java and XYSeriesCollection.java
without a problem. I believe that means the source code attached fine.
But in whatever runtime or debug, I always got error "Source not
found", and was asked to "Edit Source Lookup Path", but that did help
nothing.
I tried recreating the project, cleaning all, Refreshing, Validating,
no help.
I am new with Eclipse and Java. Sorry for bothing you maybe such a
simple question, but I've fighted this strange thing for two whole
days.
Any help would be appreciated.