At 04:56 PM 3/8/01 +0100, Jens Peter Hedegaard wrote: >Hallo > >I will like to configure jde using my environment >but I am a very poor emacs-lisp programmer. >I will like something like: > >(custom-set-variables '(jde-global-classpath quote >((concat (getenv "PRO_HOME") "\\classes")))) > If you have not already done so, download and install the latest JDE beta from the JDE website. Then read the ReleaseNotes.txt file and the info for jde-global-classpath (i.e., type C-h v jde-global-classpath). They explain how to use environment variables and and tilde (~) in JDE paths, e.g., ~/myproj/classes or $PRH_HOME/classes. - Paul
