I installed cscope 15.7a, and my .emacs setting like:
;;cscope
(require 'xcscope)
(add-hook 'java-mode-common-hook '(lambda()(require 'xcscope)))
I can use cscope
when opening C/C++ code files; and there is a cscope
menu above the emacs menu bar, while it don't have when opening java code, so that I can't use cscope to navigate java codes in emacs.
what should I do to use cscope navigating java codes in emacs?
Maybe it's a silly question, sorry for this. I hope someone can help.