I installed the JDE package as per instruction. I get the following
error when I load up emacs
Cannot open Load file imenu.

Is this part of the JDE distribution or if not where can I get this
from,
Thanks in advance,

My .emacs file looks like this

(add-to-list 'load-path (expand-file-name "/opt/jde-2.1.8/lisp"))
(add-to-list 'load-path (expand-file-name "/opt/semantic-1.2"))
(add-to-list 'load-path (expand-file-name "/opt/speedbar-0.11.1") )
(require 'jde)

(defun my-jde-mode-hook ()
  (setq c-basic-offset 2))

(add-hook 'jde-mode-hook 'my-jde-mode-hook)

I am running xemacs 20.4 on Solaris 7.


Reply via email to