jools enticknap wrote:
> Looking at the sparc release it appears to require the following shared
> libs;
>
> libdt_socket.so
> libjdwp.so
>
> So I guess I need to code for these libraries.....
As in... code replacements for these libraries, or code around them?
Assuming you don't want to build cleanroom implementations of these
libraries, you have a couple of choices:
1) Use the JVMDI interface directly, which means running in-process.
2) Open your own network connection and use the protocol directly. See
http://developer.java.sun.com/developer/earlyAccess/jpda/doc/jdwp-spec.html
for details. I suspect this is what jdb does in JDK1.2.
When I asked someone at Sun about JDWP and JDI availability a month or
few ago, the answer was an indeterminate "RSN".
Nathan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]