[ see previous posting about HotSpot for more on this topic. ]
Try running the VM in -classic mode.
# not this
% java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
# try this
% java -classic -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Classic VM (build 1.3.0, green threads, nojit)
In message <[EMAIL PROTECTED]>, Spencer Marks writes:
:
: I was hoping to locate someone who was successfully using JDEBug
: under Linux who'd be willing to share their secret(s) of
: succes. Currently, I can start the debugger but don't get much further
: than that. I've gotten a couple seg faults along the way which is
: pretty discouraging. (I've tried Sun's JDK 1.2.2 and JDK 1.3 for
: Linux.)
:
:
:
: --
:
: ----------------------------------------------------------------------
: Ask me for my public key.
: ----------------------------------------------------------------------
: