Title: Message
My GNU emacs version 22.0.51.1 (i386-mingw-nt5.1.2600)。I directly compiled the emacs source from cvs with MinGW3.1.
 
I installed elib from jde web site and cedet 1.0beta3b and jdt-latest.zp for windows. 
 
I use Windows XP sp2.
 
I installed jde according to the installation guide. When I open java source file, there are only jde and java menu, no JMaker, Senator and jdb menu.
 
When I click jde or java menu, the following error occurs:
 
Debugger entered--Lisp error: (error "Lisp nesting exceeds max-lisp-eval-depth")
  (fboundp (quote ange-ftp-ftp-name))
  (and (fboundp (quote ange-ftp-ftp-name)) (ange-ftp-ftp-name dir))
  (cond ((and ... ...) (ange-ftp-get-file-entry parent)) ((eq system-type ...) (or ... ... ...)) ((member system-type ...) (or ... ... ... ... ...)) (t (or ... ...)))
  (let ((parent ...)) (cond (... ...) (... ...) (... ...) (t ...)))
  jde-root-dir-p("d:/")
  (not (jde-root-dir-p dir))
  (if (not (jde-root-dir-p dir)) (jde-find-project-file (expand-file-name ".." dir)))
  (if file (expand-file-name file dir) (if (not ...) (jde-find-project-file ...)))
  (let* ((directory-sep-char 47) (file ...)) (if file (expand-file-name file dir) (if ... ...)))
  jde-find-project-file("d:/")
  (if (not (jde-root-dir-p dir)) (jde-find-project-file (expand-file-name ".." dir)))
  (if file (expand-file-name file dir) (if (not ...) (jde-find-project-file ...)))
  (let* ((directory-sep-char 47) (file ...)) (if file (expand-file-name file dir) (if ... ...)))
  jde-find-project-file("d:/")
Could you help me with this issue?
 
Baoliang Liu
Actuate Software (Shanghai) Co., Ltd.
498 Guoshoujing Road, Building 3, Suite 3301, Shanghai, 201203
Tel: (86)21-50270900 ext 215   Fax: (86)21-50270901
 
 

Reply via email to