all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problems with jde installation
@ 2002-12-14 11:50 Marcel Schmittfull
  2002-12-14 12:41 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Schmittfull @ 2002-12-14 11:50 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4445 bytes --]

Hi
I just tried to install jde 2.2.9.2.  As described, I installed the
following before:
eieio 0.17
elib 1.0
semantic 1.4
speedbar 0.14beta4

However, when I start emacs (version 21.1.1) now, I encounter this
error:

Debugger entered--Lisp error: (file-error "Cannot open load file"
"eieio")
  require(eieio)
  byte-code("ÀÁ!ˆÂÃÄÅÆÇÈÉ&\a‡" [require eieio
custom-declare-group bsh nil "Customizations for the Emacs inteface to
Pat Neimeyer's Java\ninterpreter, the Beanshell." :group tools :prefix
"bsh-"] 8)
  require(beanshell)
  byte-code("ÀÁ!ˆÀÂ!ˆÀÃ!ˆÀÄ!‡" [require beanshell
jde-widgets eieio jde-util] 2)
  require(jde-help)
  byte-code("Ã\bB\x10      …\v \nÅY\x13Ä\bB\x10ÆÇÈ \"…^[
\nÉY\x14ÊË!ˆÊÌ!ˆÊÍ!ˆÊÎ!ˆÊÏ!ˆÊÐ!ˆÊÑ!ˆÊÒ!ˆÊÓ!ˆÊÔ!ˆÊÕ!ˆÊÖ!ˆÊ×!ˆÊØ!ˆÊÙ!ˆÊÚ!ˆÊÛ!ˆÊÜ!ˆÊÝ!ˆÊÞ!ˆÊß!ˆÊà!ˆÊá!ˆÊâ!ˆÊã!ˆÊä!ˆÊå!ˆÊæ!ˆÊç!ˆèé!„›
êéë\"ˆìíîïðñòó&\aˆìôîõðíòó&\a‡" [current-load-list
jde-xemacsp emacs-major-version jde-xemacs20p jde-emacs21p 20
string-match "\\bEmacs\\b" emacs-version 21 require jde-autoload
jde-help
semantic-load easymenu cl font-lock cc-mode cus-edit comint
jde-compile
jde-db jde-bug jde-jdb jde-run jde-gen compile imenu browse-url
beanshell
jde-wiz jde-java-grammar jde-complete jde-which-method
jde-java-font-lock
jde-import jde-package executable efc jde-open-source fboundp
custom-set-default defalias set-default custom-declare-group jde nil
"Java Development Environment" :group tools ...] 8)
  require(jde)
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/home/msl/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\b…—  Æ=ƒ\x11 Ç\bÈQ‚5        É=ƒ' ÊÇËÌ#ƒ# Í‚5
΂5 
Ï=ƒ1 Ђ5 Ç\bÑQ\x1aÒ\x13Ó\nÒ‰#ˆ\vÒ=ƒF Ë\x13\vƒˆ Ô\v!Õšƒˆ
Ö\v!‰\x1c×P\x1dØ
!ƒd 
‚o Ø\f!ƒn \f‚o ˉ\x14ƒ‡ Ù\f\v\"ƒ… ÚÛ\f\v#ˆÜÝ!ˆ\f\x13*\x1f†–
Ë\x1e ÓÞÒ‰£©©‡¢ Ûéîéô­æéìå­õóåò óùóôåí­ôùðå õóåò­éîéô­æéìå­± õóåò­éîéô­æéìå óïõòãå áìô íó­äïó ¢þ¢ ¢¯ßåíáãó¢ ÷éîäï÷ó­îô äéòåãôïòù­æéìåó îéì ¢ÞÜÜ®åíáãóÜܨÜÜ®åìã¿ÜÜ©¿¤¢ ¢þ¯®åíáãó¢ ¢þ¯ßåíáãó¢ öáø­öíó ¢óùó¤ìïçéåíáãó¢ ¢¯®åíáãó¢ ô ìïáä æéìå­îáíå­åøôåîóéïî ¢åì㢠æéìå­îáíå­óáîó­åøôåîóéïî ¢®å좠æéìå­åøéóôó­ð æéìå­îå÷åò­ôèáî­æéìå­ð íåóóáçå ¢×áòîéî纠¥ó éó îå÷åò ôèáî ¥ó¢ óéô­æïò ± ¢äåæáõìô¢ éîèéâéô­äåæáõìô­éîéô éîèéâéô­óôáòôõð­íåóóáçåÝ µÝ¨©
  ãïííáîä­ìéî娩
  îïòíáì­ôïð­ìåöå쨩


What does this mean ??

In my .emacs I wrote the following lines:


;; ********************
;; JDEE
;; ********************

(add-to-list 'load-path (expand-file-name
"~/emacs/site/jde-2.2.9.2/lisp"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
(require 'jde)


;; ********************
;; Speedbar (http://cedet.sourceforge.net/)
;; ********************

(add-to-list 'load-path (expand-file-name
"~/emacs/site/speedbar-0.14beta4"))
(autoload 'speedbar-frame-mode "speedbar" "Popup a speedbar frame" t)
(autoload 'speedbar-get-focus "speedbar" "Jump to speedbar frame" t)
(global-set-key [(f4)] 'speedbar-get-focus)
;; Texinfo fancy chapter tags
(add-hook 'texinfo-mode-hook (lambda () (require 'sb-texinfo)))
;; HTML fancy chapter tags
(add-hook 'html-mode-hook (lambda () (require 'sb-html)))
;; For any verison of emacs on a linux RPM based system:
(autoload 'rpm "sb-rpm" "Rpm package listing in speedbar.")
;; w3 link listings
(autoload 'w3-speedbar-buttons "sb-w3" "s3 specific speedbar button
generator
.")


;; ********************
;; eieio (http://cedet.sourceforge.net/)
;; ********************
;(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))


;; ********************
;; Semantic (http://cedet.sourceforge.net/)
;; ********************
(add-to-list 'load-path (expand-file-name
"~/emacs/site/semantic-1.4"))
;(setq semantic-load-turn-everything-on t)
(require 'semantic-load) 


Is there a mistake in it ? 
Or what am I doing wrong ? 

Thanks in advance !
Marcel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems with jde installation
  2002-12-14 11:50 problems with jde installation Marcel Schmittfull
@ 2002-12-14 12:41 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-12-14 12:41 UTC (permalink / raw)


marcel-sl@gmx.de (Marcel Schmittfull) writes:

> However, when I start emacs (version 21.1.1) now, I encounter this
> error:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "eieio")
>   require(eieio)

It seems that you should move the eieio section in your .emacs to some
spot before the jde section.  Or the jde section to some spot after
the eieio section...

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-14 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-14 11:50 problems with jde installation Marcel Schmittfull
2002-12-14 12:41 ` Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.