At 05:27 PM 4/25/00 -0400, you wrote:
>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
You must unpack src.jar. Then customize jde-db-source-directories to read:
'(jde-db-source-directories (quote
("~/proj/java/miscellaneous/windowmaker/"
"c:/usr/pkg/jdk1.2.2/src/")))
>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
>
That's cool. Didn't know you could do that.
>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).
>
Oh, but it is compiled. The compiled JDK files are mainly in rt.jar, which
is included implicitly in your classpath.
You can step through the JDK source to your heart's content. It's a very
good way to find out how the JDK actually works.
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html