"Specified BeanShell jar filed does not exist" error message
Paul Landes <[email protected]> Fri, 21 Dec 2007 11:17:21 -0600
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Try setting `bsh-jar':
M-x (setq bsh-jar "/usr/share/java/bsh.jar")
and kill/restart the "*JDEE bsh*".
If that works, putting this in your .emacs file saves you from doing
it over and over:
(eval-after-load
"beanshell"
'(progn
(setq bsh-jar "/usr/share/java/bsh.jar")))
Dmitry Shkatov writes:
> Hi everyone!
>
> I'm running JDEE on emacs 21.4.1. When I'm trying to any of the JDEE
> functions (for example, "jde-complete"), I get the following error
> message:
>
> "Specified BeanShell jar filed does not exist:
> /usr/share/emacs21/site-lisp/java/lib/bsh.jar"
>
> The thing is THERE IS NO DIRECTORY java/lib in my
> /usr/share/emacs21/site-lisp
>
> and the file bsh.jar sits in /usr/share/java
>
> What shall I do?
>
> Thanks a million,
> Dmitry.
--
Paul Landes
[email protected]