At 03:09 PM 1/19/00 +0000, Glenn Proctor wrote:
>Hi
>
>I'm attempting to set jde-db-source-directories (via custom), in order
>to get the new jde-show-class-source functionality.
>
>The project I'm working on has many directories containing source
>files, all under a specific source directory, c:/work/ged/src/java
>This directory then has subdirectories that correspond to the
>package structure.
>
>My question is: is it possible just to set jde-db-source-directories
>to the "root" directory (c:/work/ged/src/java) and have
>jde-show-class-source figure out where the files are from the package
>name, or do I need to set jde-db-source-directories to a long list
>containing each of the directories where .java files are to be found?
>
>There are currently over 200 directories, so I know which I'd rather
>do ;-)
It's only necessary to point to the root. For example, pointing to
c:/jdk1.2.2/src
is sufficient to include the entire JDK source in the source path.
- Paul