At 08:24 PM 6/8/00 GMT, you wrote:
>I'm running NTEmacs 20.6 with jde 2.1.6beta24. using the JDebug debugger.
>This happened when I upgraded my JDK from 1.2.2 to 1.3. I adjusted the
>JDebug preferences, removing the jpda reference and I'm pointing to the
>appropriate jdk 1.3 directory.
>

>I'm getting the following output in the "Debugger Output" buffer.
>
>********
>Debugger waiting for Emacs to connect to app SIO port 2692.
>Emacs connected to standard IO port 2692 for process TestWorkFlowAction.
>Launched VM Java Debug Interface (Reference Implementation) version 1.3
>Java Debug Wire Protocol (Reference Implementation) version 1.0
>JVM Debug Interface version 1.0
>JVM version 1.3.0 (Java HotSpot(TM) Client VM, interpreted mode)
                    ^^^^^^^^^^^^^^^^

This is your problem. Sun's Java Platform Debug Architecture (JPDA), on
which JDEbug is based, does not work reliably with a VM running in HotSpot
mode. You have to run the vm in "classic" mode. To do this, toggle the JDE
variable jde-run-classic-mode-vm on. I got this information straight from
the JPDA team at Sun. Unfortunately, I forgot to include this in the JDE
user's guide.

Also, in the future, please file a COMPLETE problem report, using
JDE->Help->Submit Problem Report. 

- Paul

------------------------------------------------------------
TECH SUPPORT POLICY

I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request. 

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



Reply via email to