jpda

2005-01-06 Thread Vano Beridze
Hello I've got Gentoo Linux on amd 64 Blackdown jdk 1.4.2_01 java version "1.4.2-01" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-01) Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) tomcat 4.1.31 I can't start tomcat with &q

Re: Using JPDA with Blackdown JDK?

1999-12-25 Thread SHUDO Kazuyuki
Paolo Ciccone wrote: > On Thu, Dec 23, 1999 at 03:47:56PM +0900, SHUDO Kazuyuki wrote: > > > And I have more questions about JVMDI. Does Inprise JIT > > (libjavacomp.so) support JVMDI? And how about Sun's > > (libsunwjit.so)? I suppose Sun JIT does not and Inprise > > JIT may possibly do. If Inpr

Re: Using JPDA with Blackdown JDK?

1999-12-23 Thread Paolo Ciccone
On Thu, Dec 23, 1999 at 03:47:56PM +0900, SHUDO Kazuyuki wrote: > > I noticed jpda.jar which included in Inprise JDK is > different from it provided by Sun such as JPDA 1.0. The > Inprise's jpda.jar contains more classes than Sun's. > > Will the difference be con

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread SHUDO Kazuyuki
Paolo Ciccone wrote: > > Does the Inprise JDK have all parts of JPDA? > > I'm not an expert in JPDA but the Sun/Inprise JDK does have JPDA fully > working. I've confirmed Inprise JDK has dynamic libraries and a JAR file which implement JPDA, libjdwp.so, libdt_socket

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Scott Murray
On Wed, 22 Dec 1999, Scott Murray wrote: [snip] > >From what I've been able to determine, it looks like JVMDI works with > the Blackdown JDK 1.2.2 release candidates, even with the JIT turned on. Oops, I have to correct myself here. A teammate at work reminded me that the wrapper for our JVMDI-u

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Paolo Ciccone
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 linu

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread Scott Murray
On Wed, 22 Dec 1999, SHUDO Kazuyuki wrote: [snip] > Only JVM itself can provide JVMDI functions. I > understood it is the reason why Inprise guys decideed to > develop their JDK. > > It's a wonder that JVMDI can't work with the Blackdown > JDK 1.2. The reference implementation seems to have an >

Re: Using JPDA with Blackdown JDK?

1999-12-22 Thread SHUDO Kazuyuki
> > 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

Re: Using JPDA with Blackdown JDK?

1999-12-20 Thread Nathan Meyers
Matthew Brown wrote: > > Hello, > As my subject line says is that question I would like to ask. 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

Using JPDA with Blackdown JDK?

1999-12-20 Thread Matthew Brown
Hello, As my subject line says is that question I would like to ask. 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?? Matt brown

Re: Java Platform Debugger Architecture (JPDA)

1999-10-29 Thread Nathan Meyers
which isn't supported by the java.net classes. Makes me wonder if they're *really* necessary to making use of JPDA. Nathan Uncle George wrote: > > Its interesting to observer that these native calls appear to be 'IP' calls ( >sendpacket, accept, attach, etc...

Re: Java Platform Debugger Architecture (JPDA)

1999-10-29 Thread Uncle George
col. > > It's not just a protocol, it's an API to use the protocol. And part of > the API is implemented natively. Just implement these 11 native methods > and you've got a working JDWP (and, by extension, JPDA) API: > > > private native void com.sun.t

Re: Java Platform Debugger Architecture (JPDA)

1999-10-28 Thread Nathan Meyers
e protocol. And part of the API is implemented natively. Just implement these 11 native methods and you've got a working JDWP (and, by extension, JPDA) API: > private native void com.sun.tools.jdi.SharedMemoryConnection.close0(long) > private nativ

Re: Java Platform Debugger Architecture (JPDA)

1999-10-28 Thread Daniel Barclay
> From: Nathan Meyers <[EMAIL PROTECTED]> > > ... JDWP (Java Debug Wire Protocol) > > And it's JDWP that's missing. It has a native component that's not a > part of the JDK and hasn't been ported to Linux. Sun is silent on the > availability question, and some great tools like JBuilder can't

Re: Java Platform Debugger Architecture (JPDA)

1999-10-25 Thread Jo Uthus
Nathan Meyers wrote: | And it's JDWP that's missing. It has a native component that's not a | part of the JDK and hasn't been ported to Linux. Sun is silent on the | availability question, and some great tools like JBuilder can't debug | without it. Suggesting that perhaps Inprise are willing (

Re: Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread Nathan Meyers
On 25 Oct, [EMAIL PROTECTED] wrote: > Al <[EMAIL PROTECTED]> wrote: > >> When will Java Platform Debugger Architecture (JPDA) be available for >> JDK 1.2? > > JPDA consists of the three parts, namely JVMDI (JVM > Debug Interface), JDWP (Java Debug Wire Protocol

Re: Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread shudoh
Al <[EMAIL PROTECTED]> wrote: > When will Java Platform Debugger Architecture (JPDA) be available for > JDK 1.2? JPDA consists of the three parts, namely JVMDI (JVM Debug Interface), JDWP (Java Debug Wire Protocol) and JDI (Java Debug Interface). At least, JVMDI as one of th

Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread Al
When will Java Platform Debugger Architecture (JPDA) be available for JDK 1.2? Thanks Al -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JPDA for linux?

1999-10-01 Thread Michael Thome
Anyone have any info on getting JPDA (the Java Debugger Suite) going under linux? It looks from downloading the solaris distro that it depends on a small native socket lib and a larger native wire protocol lib. Couldn't find a way to download the sources (not in the community license pr

JPDA

1999-07-09 Thread Al
When will JPDA be available for JDK 1.2. Thanks Al -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JPDA (aka JDI) implementation?

1999-06-22 Thread Anonymous
Hi folks! Sun has a new debugger architechture, JPDA (Java Platform Debug Architechture), sometimes also referred to as JDI (Java Debug Interface). It is currently in Beta release (http://developer.java.sun.com/developer/earlyAccess/jpda/index.html). Are there plans or acivities yet to port

JPDA/JBUG/JDI support

1999-06-02 Thread Bruce Quig
Is there any estimate on when an implementation of the new debugger architecture might be available for Linux? Bruce Quig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

libjdwp (part of JPDA/JBUG)

1999-04-21 Thread Hernan Otero
Has the libjdwp library been ported to Linux? And if it hasn't, is it in the near future plans? Thx. Hernan _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --