> -----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"))))
> (custom-set-faces)
>