Hello List,

I am a trying to install the JDEE on my sytem, which is currently
running Red Hat Linux 7.2.  Unfortunately, I am a newcomer to Linux.
I thus know very little about the operating system, and even less about
configuring emacs.

I have tried to follow all the directions as outlined, but I cannot get
the JDEE to work.  I have tried to include all information that is
needed (i.e., asked for) below.  Any help you could offer would be
greatly appreciated.

Host Platform: Red Hat Linux 7.2
JDEE Version: 2.2.8
Emacs-Version: 21.1.1

Contents of .emacs file:
;; Red Hat Linux default .emacs initialization file

;; Are we running XEmacs or Emacs?
(defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))

;; Set up the keyboard so the delete key on both the regular keyboard
;; and the keypad delete the character under the cursor and to the right

;; under X, instead of the default, backspace behavior.
(global-set-key [delete] 'delete-char)
(global-set-key [kp-delete] 'delete-char)

;; Turn on font-lock mode for Emacs
(cond ((not running-xemacs)
       (global-font-lock-mode t)
))

;; Always end a file with a newline
(setq require-final-newline t)

;; Stop at the end of the file, not just add lines
(setq next-line-add-newlines nil)

;; Enable wheelmouse support by default
(if (not running-xemacs)
    (require 'mwheel) ; Emacs
  (mwheel-install) ; XEmacs
)

(setq load-path
        (nconc
          '(
             "/usr/local/share/emacs/site-lisp/jde-2.2.8/lisp"
             "/usr/local/share/emacs/site-lisp/speedbar-0.12"
             "/usr/local/share/emacs/site-lisp/semantic-1.3.3"
             "/usr/local/share/emacs/site-lisp/elib-1.0"
             "/usr/local/share/emacs/site-lisp/elib"
             "/usr/local/share/emacs/eieio-0.16"
           )
          load-path))


(require 'jde)
---------------------------------------------------------------------
Content of Messages Buffer:

(emacs --debug-init)
Loading disp-table...done
Loading tool-bar...done
Loading image...done
Loading tooltip...done
Loading font-lock...
Loading regexp-opt...done
Loading font-lock...done
eval-buffer:
Loading debug...done
Entering debugger...
 [2 times]
-----------------------------------------------------------------------
Content of Backtrace Buffer:

Debugger entered--Lisp error: (file-error "Cannot open load file"
"semantic-load")
  require(semantic-load)
  eval-buffer(#<buffer  *load*<2>> nil "jde" nil t)

load-with-code-conversion("/usr/local/share/emacs/site-lisp/jde-2.2.8/lisp/jde.el"
"jde" nil t)
  require(jde)
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/root/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "?-
------------------------------------------------------------------------

There is not *JDEBug* buffer

------------------------------------------------------------------------

I don't know what the prj.el file is.  If you will tell me what it is
and/or tell me where to find it, I will be more than happy to provide
it.

------------------------------------------------------------------------

I think this is all of the requested information.

Thanks much for the help,
Christopher Swope


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to