=?Windows-1252?Q?Gunnar_Bostr=F6m?= <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I noticed that it's not possible to use environment variables in
> jde-global-classpath.
> Is this impossible or hard to do?
> We are a group of 12 developers and we all user our own instance of weblogic
> for developing and would like to share the same prj.el file.

Something like the following should work, although I've moved away from
it for other reasons:

(custom-set-variables
        '(jde-global-classpath  (jde-path-string-to-list (getenv "CLASSPATH"))))

-- 
Jim Davidson
jdavidson @ acm.org

Reply via email to