At 01:09 PM 1/31/00 -0500, you wrote:
>Tks for your reply, Paul. I upgraded - in anticipation of your suggestion -
>immediately after sending last note, so ... "Onward and upward!"
>
>I would just like to confirm my understanding that jde-db-source-directories
>should to point to all subdirectories / imported packages. (If so, I'd be

jde-db-source-directories works just like a classpath. It just has  to
point to the directory containing a package. It doesn't have to list all
the subpackages. Here is the value of jde-db-source-directories for my
projects:

'("d:/PROJNAME/src" "d:/LIB1/src" "d:/LIB2/src" ... "d:/jdk1.2.2/src")

where PROJNAME is the name of the project and LIB1 ... LIBN, are libraries
used by the project.

>curious to know why this doesn't pick up subdir's / packages
automatically. Are
>there cases in which this would be undesirable?...)
>
>Also, I have tried pointing jde-db-source-directories to
>"c:/apps/dev/jdk/1.2.2/," home to src.jar, but this does not work. I apologize

Won't work. The JDE does not handle jars. You have to unpack src.jar.

>for what feels like a thick-headed question, but to which subdir. of 
>/jdk/1.2.2/
>should jde-db-source-directories point?...

jdk/1.2.2/src

- Paul

Reply via email to