When I run emacs, I can not get neither the JDE pulldown menu nor
the JAVA pulldown one. What's happen ?
Thanks for your help.
Find below my emacs environment:
host platform: Windows/NT
JDE version : 2.1.5
Emacs version: 20.4
cc-mode version: 5.25
Additional Information:
For the moment, I do not want to run
bash shell, therefore I do not include any bash related instructions
in the startup file.
The startup file below does not configure emacs to display the JDE documentation.
I have byte compile the cc-mode, I did not care about the warning
messages issued. Anyway, The byte compilation seems to be performed
correctly.
startup file (_emacs) contents:
(setq load-path
(nconc
'(
"/usr/home/emacs/site/jde-2.1.5"
"/usr/home/emacs/site"
"/usr/home/emacs/site/cc-mode-25"
)
load-path))
(require 'jde)
(defun my-jde-mode-hook ()
(setq c-basic-offset 2))
(add-hook 'jde-mode-hook 'my-jde-mode-hook)
