At 12:16 PM 3/31/00 +0200, you wrote:
>
>
>> -----Original Message-----
>> From:        Schouw, Lars 
>> Sent:        31 March 2000 12:15
>> To:  'Paul Kinnucan'
>> Subject:     RE: JDEbug under emacs on UNIX
>> 
>> I was just checking to se what the out would be. I can't find the menu
>> point in my version!
>> 
>> Solaris 5.6
>> Xemacs 21.1
>> jde 2.1.6 BETA 22
>> 
>> 
>> My .emacs looks like this
>> ;;
>> ;; Get the JAVA_HOME environment variable to use in emacs
>> ;;
>> (setq jdk-java-home (getenv "JAVA_HOME"))
>> 
>> ;; Update the Emacs load-path to include the path to
>> ;; the JDE. This code assumes that you have installed
>> ;; the JDE in the specified subdirectory of your home
>> ;; directory.
>> (setq load-path
>>       (nconc
>>              '(
>>          "~/java/jde/jde-2.1.6beta22/lisp"
>>                      )
>>                             load-path))
>> 
>>                             ;; Tell Emacs to load the entire JDE package
>> at star
>> tup (only once).
>>                             (require 'jde)
>> (custom-set-variables
>>  '(jde-db-option-stack-size (quote ((128 . "kilobytes") (1 .
>> "megabytes"))))
>>  '(jde-make-program "dmake")
>>  '(jde-db-option-application-args (quote
>> ("com.dresdnerkb.infobus.ibaf.GenAdapto
>> r  properties/Summit.properties SummitSubscriber")))
>>  '(jde-db-debugger (quote ("JDEbug" . "Executable"))))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The way to set jde-db-debugger changed in the latest release. See the
ReleaseNotes and my two posts to this list yesterday explaining how to
update the 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


Reply via email to