At 04:34 PM 1/12/00 +0100, Beljouani, Christophe S wrote:
>Hi,
>
>I'm begining to use JDE with Xemacs/NT (21.1). It works fine except the
>debugging. I specified the application main class with the "j-run-set-app"
>command( com.storagetek.phoenix.administrativeGUI.main.PhoenixGUI in that
>case) and when I want to debug the application, I have the following
>message:
>
>Symbol's function definition is void: gud-overload-functions
>
>Does anyone knows what's wrong ?
>
>Thanks for any help,
>Christophe
>
>ps: to make run JDE in Xemacs/NT, I had to copy a file name gud.elc in the
>lisp directory, this file came from an emacs/NT installation.
You have to install the version of gud that comes with NT/XEmacs. See the
Options->Manage Packages command.
BTW, there are several subtle problems with using the JDE with NT/XEmacs.
Everything
may seem to work fine until you run up against one of these problems, e.g.,
you
can see either the standard I/O of an application or its GUI, but not both.
I also find NT/XEmacs to be unstable. On my Win 95 system, for example,
NT/XEmacs
becomes unresponsive to mouse movement as time passes.
I recommend using the JDE with Emacs on Windows until these problems are
ironed out.
- Paul