I've successfully installed JDE on my Linux-Mandrake 7.1 box. Here are the
specifics:
XEmacs 21.1 (patch 9) "Canyonlands"
Linux 2.16-9mdk #3 Mon Oct 9 22:05:25 MST 2000 i686 unknown
JDE 2.2.5
My problem is that I can't start JDSbug at all. When I do a
JDEbug->Processes->Start Debugger, I get the following message in the
minibuffer:
Could not start debugger.
I've tried this with both the Sun JDK 1.3 and 1.2.2 and no success. Currently,
I'm using 1.3.
Everything else about JDE seems to be working fine, but I can't even start
JDEbug.
My .emacs file is below. Any help would be greatly appreciated.
Thanks,
Aaron; JDE
(add-to-list 'load-path (expand-file-name "/usr/local/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name "/usr/local/semantic"))
(add-to-list 'load-path (expand-file-name "/usr/local/speedbar"))
(add-to-list 'load-path (expand-file-name "/usr/local/elib"))
(require 'jde)
(define-key global-map [f1] 'find-file)
(define-key global-map [(control f1)] 'find-file-read-only)
(define-key global-map [(shift f1)] 'find-file-other-window)
(define-key global-map [f2] 'save-buffer)
(define-key global-map [f3] 'my-revert-buffer)
(define-key global-map [(control f3)] 'my-kill-buffer)
(define-key global-map [f4] 'manual-entry)
(define-key global-map [f5] 'goto-line)
(define-key global-map [(control f5)] 'what-line)
(define-key global-map [f6] 'kill-rectangle)
(define-key global-map [(control f6)] 'yank-rectangle)
(define-key global-map [(shift f6)] 'copy-rectangle-to-register)
(define-key global-map [f7] 'query-replace)
(define-key global-map [f9] 'start-kbd-macro)
(define-key global-map [(control f9)] 'end-kbd-macro)
(define-key global-map [(shift f9)] 'call-last-kbd-macro)
(define-key global-map [f10] 'match-it)
(define-key global-map [f11] 'hyper-apropos)
(define-key global-map [f12] 'undo)
(define-key global-map [home] 'beginning-of-buffer)
(define-key global-map [end] 'end-of-buffer)
(define-key global-map "\C-x\C-c" nil)
; Set window title area to display full path
;(setq frame-title-format '("%S: " (buffer-file-name "%f"
; (dired-directory dired-directory "%b"))))
(setq frame-icon-title-format "Xemacs")
(setq frame-title-format
(concat (user-login-name) "@" (system-name) ": " "%[%f%]"))
(setq user-mail-address "[EMAIL PROTECTED]")
(custom-set-variables
'(paren-mode (quote paren) nil (paren))
'(pc-select-selection-keys-only t)
'(jde-bug-vm-includes-jpda-p t)
'(jde-bug-jdk-directory "/usr/local/jdk1.3")
'(gnuserv-program (concat exec-directory "/gnuserv"))
'(jde-run-classic-mode-vm t)
'(jde-bug-jpda-directory "/home/ginn/jdk1.2.2")
'(pending-delete-mode t nil (pending-del))
'(toolbar-mail-reader (quote vm))
'(truncate-lines t)
'(pc-select-meta-moves-sexps t)
'(jde-db-debugger (quote ("JDEbug" "" . "Executable")))
'(pc-selection-mode t nil (pc-select)))
(custom-set-faces
'(default ((t (:family "Courier" :size "12pt"))) t)
'(font-lock-preprocessor-face ((((class color) (background light)) (:foreground
"magenta2"))))
'(font-lock-warning-face ((((class color) (background light)) (:foreground "Red"
:bold t))))
'(font-lock-type-face ((((class color) (background light)) (:foreground "seagreen"))))
'(message-cited-text ((t (:foreground "midnightblue" :size "14" :bold nil :italic
t))))
'(bold ((t (:bold t))) t)
'(blue ((t (:foreground "blue"))) t)
'(message-header-contents ((t (:foreground "firebrick" :size "14" :bold nil :italic
t))))
'(font-lock-comment-face ((((class color) (background light)) (:foreground "red"))))
'(font-lock-function-name-face ((((class color) (background light)) (:foreground
"goldenrod4")))))
(setq load-path (cons (expand-file-name "/usr/local/pgnus-0.99/lisp") load-path))
(setq load-path (cons (expand-file-name "/home/frodo/.emacs_fcns") load-path))
(require 'mwheel)
(setq Info-default-directory-list
(cons "/usr/local/pgnus-0.99/texi" Info-default-directory-list))
(setq gnus-select-method '(nntp "news"))
(setq user-mail-address "[EMAIL PROTECTED]")
(setq gnus-summary-line-format "%U%R%z%(%I%-55,55s %[%n%]%)\n")
(setq gnus-summary-same-subject "->")
(setq gnus-visible-headers
"^From:\\|^Subject:\\|^Newsgroups:\\|^Date:\\|^User-Agent::\\|^To:\\|^Cc:")
(setq user-full-name "Aaron J. Ginn")
(setq gnus-select-method '(nnml ""))
(setq gnus-secondary-select-methods nil)
(setq nnmail-split-methods
'(("mail.geeks" "^Subject:.*[gG]eeks")
("mail.geeks" "^Subject:.*[gG][Ww][Aa][Mm]")
("mail.root" "^To:.*root@localhost")
("mail.qmail" "^To:.*qmail")
("mail.qmail" "^Cc:.*qmail")
("mail.gnome-discussion" "^To:.*gnome-list")
("mail.gnome-discussion" "^Cc:.*gnome-list")
("mail.gnome-announce" "^To:.*gnome-announce")
("mail.gnome-announce" "^Cc:.*gnome-announce")
("mail.gnome-kde" "^To:.*gnome-kde")
("mail.gnome-kde" "^Cc:.*gnome-kde")
("mail.kde-user" "^To:.*kde-user")
("mail.kde-user" "^Cc:.*kde-user")
("mail.kde-announce" "^To:.*kde-announce")
("mail.kde-announce" "^Cc:.*kde-announce")
("mail.kde-discussion" "^To:.*kde")
("mail.kde-disscussion" "^Cc:.*kde")
("mail.mandrake" "^To:.*linux-mandrake")
("mail.mandrake" "^Cc:.*linux-mandrake")
("mail.redhat-annonucements" "^To:.*redhat-announce-list")
("mail.redhat-annonucements" "^Cc:.*redhat-announce-list")
("mail.redhat-watch" "^To:.*redhat-watch-list")
("mail.redhat-watch" "^Cc:.*redhat-watch-list")
("mail.redhat-discussion" "^To:.*redhat")
("mail.redhat-discussion" "^Cc:.*redhat")
("mail.debian" "^To:.*debian")
("mail.debian" "^Cc:.*debian")
("mail.linux-security" "^To:.*linux-security")
("mail.linux-security" "^Cc:.*linux-security")
("mail.gnus.ding" "^To:.*ding")
("mail.gnus.ding" "^Cc:.*ding")
("mail.sawmill" "^To:.*[Ss]awmill")
("mail.sawmill" "^Cc:.*[Ss]awmill")
("mail.other" "")))
; Copy self for outgoing mail
(setq message-default-mail-headers "Fcc: ~/Mail/outgoing\n")