Debugger
From: Peter Bradley (apvx95_at_dsl.pipex.com)
Date: 12/21/03
- Next message: Thomas Schodt: "Re: Debugger"
- Previous message: Chris Smith: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Next in thread: Thomas Schodt: "Re: Debugger"
- Reply: Thomas Schodt: "Re: Debugger"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 21 Dec 2003 19:00:58 -0000
Hi,
This is in many ways a repost of an earlier query which unfortunately got no
response. I'm hoping this may spark some interest.
I have a problem getting the Java debugger to work under Windows XP. At
first I thought it was related to the NetBeans IDE, but experimentation has
shown that I cannot get the debugger to work in NetBeans, Sun ONE, or
JBuilder (haven't tried Eclipse, but I will if anyone wants me to). The
error message I get is:
Transport dt_socket failed to initialize, rc = -1.
Connecting/disconnecting my internet connection makes no difference. I also
tried changing the transport to dt_shmem in NetBeans, but it still used
dt_socket on the command line however I altered the configuration. Issuing
the command myself at the command line and substituting dt_shmem for
dt_socket simply gave the error:
Error accessing shared memory, rc = -1
Transport dt_shmem failed to initialize, rc = -1
FATAL ERROR in native method: No transports initialized
I have a DSL connection. Could that be significant?
Hope I've stimulated someone's curiosity :)
Peter
- Next message: Thomas Schodt: "Re: Debugger"
- Previous message: Chris Smith: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Next in thread: Thomas Schodt: "Re: Debugger"
- Reply: Thomas Schodt: "Re: Debugger"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|