Bryan Ischo wrote:
> 
> To make a long story short, jde-db creates a running instance
> of jdb which simply hangs.  This is what I get:
> 
> My configuration:
> 
> The following JDK's show this problem:
> 
> * All of Sun's 1.2.2 releases (1.2.2.rc1, 1.2.2.rc2, 1.2.2)`
> 
> The following JDK's do not show this problem:
> 
> * Blackdown's 1.2 pre-releases (1.2-pre-v1, 1.2-pre-v2)
> 

This shows what your problem is.  The newer JDKs for Linux (Sun's
releases, Blackdown's RC4) include a version of jdb that is built on top
of JPDA, the new debugging architecture in Java 2.  This new version of
jdb doesn't play well with JDE.  So you're better off at this point
either sticking with Blackdown or trying out the new beta JDEbug
debugger, which uses JPDA.

-Adam Ambrose

Reply via email to