At 08:29 PM 8/18/00 +0200, you wrote:
>Hi all,
>
>Is there a way to tell JDE to append the unix $CLASSPATH to
>jde-global-classpath??

Add the following line to your .emacs file:

(defun jde-append-classpath ()
  (setq jde-global-classpath
    (append
        jde-global-classpath
        (jde-path-string-to-list
         (getenv "CLASSPATH")))))

Then type

 M-x customize-variable  jde-entering-java-buffer-hooks

and add

 jde-append-classpath

to the list of hooks AFTER jde-reload-project-file. The hook function
should append the value of CLASSPATH to the list of classes specified by
jde-global-classpath in your .emacs or .prj file.

- Paul




          

------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT

When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to