Hello,
I am using:
GNU Emacs 20.6.1 (i386-*-nt5.0.2195) of Tue Feb 29 2000 on buffy
JDE 2.1.6beta23
Using a project file, prj.el, the following is set:
'(jde-db-source-directories (quote
("~/proj/java/miscellaneous/windowmaker/"
"c:/usr/pkg/jdk1.2.2/src.jar/")))
previously, the path to src.jar was specified and behaved the same.
The question: Should I have to specify the full path to src.jar
everytime I want to step into some library source? Should I unzip all
the source first, and then maybe it will work right? Or did I specify
the about path incorrectly?
What I see now, is:
1) get prompted for source, "Cannot find xxx source: Enter path:
~/proj/javasrc/
2) I type in c:/usr/pkg/jdk1.2.2/src.jar, RET
3) using "unzip -j", src.jar opens and places the point on the correct
source, I hit RET
Should I expect JDEbug to step through that source, or is it there for
my reference only, (I'm assuming the latter, because the source is
obviously not compiled).
Jeff