On Wed, Dec 22, 1999 at 05:49:07PM +0900, SHUDO Kazuyuki wrote:
> > > Can the
> > > JDPA work with Blackdown or does it require us to port it to Linux??
> > > Is the JPDA 100% java or does it require some native calls
> > > that need to be rewritten for linux??
> >
> > Some porting is required. The Inprise JDK (available from Sun) has JPDA,
> > Blackdown (currently) does not.
> 
> Does the Inprise JDK have all parts of JPDA?
> I don't think so.

I'm not an expert in JPDA but the Sun/Inprise JDK does have JPDA fully
working. That is a requirement for the JBuilder debugger, local and remote,
to work. 

> Native libraries are libjdwp.so and libdt_socket.so.
> The libjdwp.so is the implementation of JDWP and the
> libdt_socket.so is used by an executable javadt, I suppose.

Check.

> And I suppose only JDI requires an additional JAR file
> named jpda.jar, which contains the following packages.

Check.

> Only JVM itself can provide JVMDI functions. I
> understood it is the reason why Inprise guys decideed to
> develop their JDK.

One of them.


-- 
Paolo Ciccone
JBuilder dev.team


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to