At 10:06 AM 2/10/00 -0700, you wrote:
>Thanks Paul -
>
>I changed my .emacs to: 
>(setq jde-global-classpath '("/usr/jdk/jdk1.2.2/" 
>"/usr/jonas/jonas_jdk1.2/lib"  ".")) 

You MUST use customize to set JDE variables. 

Type M-x customize-variable jde-global-classpath and
choose the "Save for future sessions" option.

Also please read the section in the JDE user's guide
on customizing the JDE.

The JDE allows you to work on multiple projects concurrently
in the same session. To permit this, the JDE has to reset the
JDE variables every time you switch projects. The JDE uses
values stored in a variable's property list to achieve this.
These properties are set by the customize feature. Unless you
are prepared to master the intricacies of the customize feature
and how the JDE's project context-switching system works,
please do not try to write your own Lisp to customize the JDE
variables. Let customize generate the lisp for you. It's a lot
safer and more reliable that way anyway.

- Paul

Reply via email to