At 07:38 PM 8/15/00 -0700, you wrote:
>Does anybody else get consistent crashing when trying to initialize JDE
>mode?
No.
> Originally I was getting "Lisp nesting exceeds max-lisp-eval-depth"
>error but when I after I set some vars --
> (setq max-specpdl-size 100000)
> (setq max-lisp-eval-depth 100000)
>Emacs would freeze and eventually crash each time I tried to open a Java
>file.
>
Sure it's running out of memory because you're allowing up to 100000 stack
frames.
>Here's my .emacs file
>;; JDE
>(add-to-list 'load-path (expand-file-name
>"t:/yaro_b/emacs/add-ons/jde-2.2.2/lisp"))
>(add-to-list 'load-path (expand-file-name
>"t:/yaro_b/emacs/add-ons/semantic-1.2.1"))
>(add-to-list 'load-path (expand-file-name
>"t:/yaro_b/emacs/add-ons/speedbar-0.12"))
>(require 'jde)
>
Is this youre entire .emacs file?
>BTW: where can I get an older version of JDE?
>
>Any help appreciated
>
It's possible there's something weird about your Java source files that is
causing the JDE's Java parser to recurse excessively. Try opening the
source of the java.lang.Object class from the JDK. It should open normally.
If not, there's something wrong with your setup.
Also, please read my signature below about asking for tech support.
- Paul
------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT
When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html