At 12:00 PM 4/25/00 -0700, you wrote:
>
>Try
>
>(setq jde-global-classpath (getenv "CLASSPATH"))
>
Won't work. You MUST use customize to set JDE veriables. This is documented
in the user's guide and has been discussed many times on this list. See the
list archive.
Unfortunately, customize expects a list of strings for jde-global-classpath
so you can't set it to a lisp for via customize.
In any event, if your aim is to use the CLASSPATH environment variable,
just customize jde-global-classpath to nil. If jde-global-classpath is
nil,the JDE does not pass -classpath to the vm or javac and so the vm or
javac use the setting of the CLASSPATH variable.
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
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