To whom it may concern,
I have installed emacs with jde tools on a number of machines, win95 win98
winnt 4.0 and have never had a problem getting them to work until now. I
have a new machine with windows nt 4.0 on it. I have a .emacs file with
proper load paths and load requirements. I have an auotexec with the my
proper path set. But whenever I launch emacs it gives me an error stating
Error in init file: file error: "Cannot open load file", "jde"
This is a copy from my .emacs file
;;; Tells emacs where to find the JDE, you will need to change the
;;; stuff in quotes if you put yours in a different place
(setq load-path (cons "c:/emacs-20.7/lisp/jde-2.2.5" load-path))
(require 'jde)
copy of my directory structure
+Emacs
+lisp
+jde-2.2.5
copy of my autoexec.bat
PATH
C:\emacs-20.7\bin\;C:\emacs-20.7\lisp\jde-2.2.5;C:\jdk1.3\bin;C:\Courses
\Libs;