The following .emacs file reproduces the problem for me:
---------------------------- .emacs -------------------------
(custom-set-variables
'(jde-build-function (quote (jde-ant-build))))
(add-to-list 'load-path (expand-file-name
"~/elisp/jde-2.2.8beta4/lisp"))
(add-to-list 'load-path (expand-file-name "~/elisp/semantic-1.4beta8"))
(add-to-list 'load-path (expand-file-name "~/elisp/eieio-0.16"))
(add-to-list 'load-path (expand-file-name "~/elisp/elib-1.0"))
(add-to-list 'load-path (expand-file-name "~/elisp/speedbar-0.14beta1"))
(add-to-list 'load-path (expand-file-name "~/elisp/ecb-1.41"))
(require 'jde)
> -----Original Message-----
> From: paulk [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 12:19 AM
> To: eric; Irvine, Chuck R.
> Cc: paulk; jde
> Subject: Re: jde-2.2.8beta4: error loading jde
>
>
> At 03:36 PM 8/5/2001 -0700, [EMAIL PROTECTED] wrote:
> >
> >I experienced the same problem on 2.2.8b4 and suspected that
> it was something
> >strange that I had done. Glad to know it wasn't just me....
> >
>
> I cannot reproduce this recursive loading error nor can I see
> how it can
> occur since JDE 1.2.8beta4 requires jde-ant in only one
> place. Perhaps you
> have a compiled version of an earlier version of the JDE with an extra
> require statement somewhere in your load path that is causing this
> recursive load.
>
> - Paul
>