Hi!

 

Sortof a newbie question here (I used JDEE for several years, but went
away from it and Java in 2004 and toiled in Fortran for awhile).  Just
installed JDEE and am getting this error:

 

Error in menu-bar-update-hook: (void-function
semantic-format-prototype-tag-java-mode) [2 times]

 

Should I switch to the CVS version of JDEE and/or CEDET?  Or is there
some other solution to this?  Thanks!

 

Best,

David

 

More info

 

 

This is GNU Emacs:

GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600) of 2009-07-29 on SOFT-MJASON

 

On Windows 7

 

JDEE version:

JDEE 2.4.0.1

 

CEDET version:

CEDET Version: 1.0pre7

                                                Requested          File
Loaded

  Package                             Version
Version                                Version

  ----------------------------------------------------------

  cedet:                 1.0pre7                 ok
ok

  eieio:                   1.2                          ok
ok

  semantic:                          2.0pre7                 ok
ok

  srecode:                            1.0pre7                 ok
ok

  ede:                                     1.0pre7                 ok
ok

  speedbar:                         1.0.3                      ok
ok

  cogre:                 1.0pre7                 ok
Not Loaded

  cedet-contrib: 1.0pre7                 ok
Not Loaded

 

.emacs file

;; Set the default font

(set-frame-font "Lucida Console-14")

 

;; Set up Goby

(require 'goby)

(setq goby-helvetica "arial")

(setq goby-times     "times new roman")

(setq goby-courier   "courier new")

 

;; Set up CEDET

(add-to-list 'load-path "h:/emacs-23.1/site-lisp/cedet-1.0pre7/common")

(require 'cedet)

(global-ede-mode 1)                      ; Enable the Project management
system

(semantic-load-enable-code-helpers)      ; Enable prototype help and
smart completion 

;; (global-srecode-minor-mode 1)            ; Enable template insertion
menu

 

;; Set up JDEE

(require 'jde)

 

;; Set up Cygwin Bash Shell

(setq binary-process-input t)

(setq w32-quote-process-args ?\")

(setq shell-file-name "bash") ;; or sh if you rename your bash
executable to sh.

(setenv "SHELL" shell-file-name)

(setq explicit-shell-file-name shell-file-name)

(setq explicit-sh-args '("-login" "-i"))

 

;; Set up color theme mode

(load "color-theme-library")

(require 'color-theme)

;; (color-theme-arjen)

(color-theme-gnome2)

 

(custom-set-variables

  ;; custom-set-variables was added by Custom.

  ;; If you edit it by hand, you could mess it up, so be careful.

  ;; Your init file should contain only one such instance.

  ;; If there is more than one, they won't work right.

 '(Info-additional-directory-list (quote ("c:/emacs-23.1/info/"
"c:/cygwin/usr/local/share/info/")))

 '(cua-mode t nil (cua-base))

 '(ido-mode (quote both) nil (ido))

 '(indicate-buffer-boundaries (quote left))

 '(indicate-empty-lines t)

 '(jde-jdk-registry (quote (("1.4.2" . "c:/j2sdk1.4.2_19") ("1.5.0" .
"c:/Java/jdk1.5.0_22") ("1.6.0" . "c:/Java/jdk1.6.0_18") ("1.7.0" .
"c:/Java/jdk1.7.0"))))

 '(org-hide-leading-stars t)

 '(org-odd-levels-only t)

 '(save-place t nil (saveplace))

 '(show-paren-mode t)

 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))

 '(tool-bar-mode nil)

 '(uniquify-buffer-name-style (quote forward) nil (uniquify))

 '(visible-bell t))

(custom-set-faces

  ;; custom-set-faces was added by Custom.

  ;; If you edit it by hand, you could mess it up, so be careful.

  ;; Your init file should contain only one such instance.

  ;; If there is more than one, they won't work right.

 )

 

 

;;; This was installed by package-install.el.

;;; This provides support for the package system and

;;; interfacing with ELPA, the package archive.

;;; Move this code earlier if you want to reference

;;; packages in your .emacs.

(when

    (load

     (expand-file-name "~/.emacs.d/elpa/package.el"))

  (package-initialize))

 

Prj.el file contents

(jde-project-file-version "1.0")

(jde-set-variables

 '(jde-project-name "default")

 '(jde-jdk (quote ("1.6.0")))

 '(jde-compile-option-directory "classes")

 '(jde-sourcepath (quote ("src"))))

 

 

 

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to