>>>>
nt4.0<<<<
jde2.16beta12
jdk1.22
emacs20.4
In my jdk directory I have a jar file called src.jar. I'm assuming this is the jdk source.
So, I set jde-db-source-directories to f:\jdk1.22/src.jar. But this doesn't work.
You have to unpack the jar file.
cd f:\jdk1.22
jar -xvf src.jar
>>>>
Whenever I try to "step into" a function, I get a request in the mini-buffer asking<<<<
for a path name in which to find java.lang.Classloader and other java stuff.
Questions:
1) Is src.jar really the jdk source (It's been a while since I downloaded it I can't remember if
I specified source in the download)?
Yes.
>>>>
2) Can you specify jar files in jde-db-source-directories variable?<<<<
No.
>>>>
- Paul
