I'm sure Paul will resent this, but I use

(setq compilationcp
    (list (concat
           (cond (jikes javaruntime)
           (t nil))
           path1
           path2
           ;...
           pathn)))

where path1...pathn are strings (or variables denoting strings)
ending in ';' and then

(jde-set-variables
 '(jde-compile-option-classpath compilationcp))

This works alright, at least until the expected format
for jde-compile-option-classpath changes...

Regards,

Per L

-----Original Message-----
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
Sent: den 22 januari 2001 17:13
To: Sue-fen Wang Cuti
Cc: [EMAIL PROTECTED]
Subject: Re: Unable to compile or debug on JDE


At 09:16 AM 1/22/01 -0500, you wrote:
>>X-Recipient: <[EMAIL PROTECTED]>
>>Date: Sun, 21 Jan 2001 17:32:51 -0500
>>From: Sue-Fen Wang Cuti <[EMAIL PROTECTED]>
>>X-Mailer: Mozilla 4.76 [en] (WinNT; U)
>>X-Accept-Language: en,pdf
>>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>>Subject: Unable to compile or debug on JDE
>>
>>Hi Paul,
>>
>>Essentially I can't get JDE to work, either for compiling or
debuffing.
>>
>>First of all, my classpath always shows up as array of digitals, and
it
>>couldn't find my package.  My classpath should show up as
>>k:\users\sfcuti\asnLib\lib.  "asn" is a directory name under that.


>>(put 'jde-compile-option-classpath 'customized-value "~/asnLib/lib")

This and other settings that follow in your .emacs file illustrate  why
even "sophisticated" Emacs users should use a customize buffer to set
customization variables. I use customize all the time and I doubt that
anyone knows the JDE better than me.

- Paul


Reply via email to