Hi,
Most probably the load path variable would not have been properly set in your
.emacs
file.
Something similar to
(setq load-path
(nconc
'(
"/home/kps/jde/jde-2.1.7/lisp"
)
load-path))
or you could have called (require 'jde) before setting the load-path
variable.
-kps-
> Ali Aghareza wrote:
>
> what does it mean if u get the error.... "Cannot open load file", "jde"
> this is a problem that is really really bothering me...i'm using emacs-20.6 and
>jde-2.1.7
- what does it mean if u get the error..... Ali Aghareza
- K.P.Saravanan
