Is it possible to expand entries in the lib directory but still keep lib
directory in class path too. In my case, some times com directory resides
under lib directory so I would like to point to lib directory in the class
path, but still have the expansion functionality which I found out to be
very useful. I would prefer the directory first in the expanded classpath,
and then other files in the directory.
Thanks,
- Niranjan
-----Original Message-----
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 10:05 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: jde-global-classpath question
"Niranjan Rao" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> Hello,
>
> I am using jde version 2.2.7beta11 on emacs GNU Emacs 20.7.1 on Win NT.
>
> For some strange reason jde seems to be picking up extra class path
values.
> I am not sure from where. I have tried following.
>
>From the release notes:
" The JDE now replaces occurrences of lib directories in
classpaths with the jar and zip files that those directories
contain. This means that you no longer have to include
jar and zip files explicitly in classpaths. See
jde-expand-classpath-p and jde-lib-directory-name for details."
- Paul