* 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ÈQ5 É=' ÊÇËÌ## Í5
Î5
Ï=1 Ð5 Ç\bÑQ\x1aÒ\x13Ó\nÒ#\vÒ=F Ë\x13\v Ô\v!Õ
Ö\v!\x1c×P\x1dØ
!d
o Ø\f!n \fo Ë\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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).