tty in jdk i.2 and 1.1

hi, all,

i see jdb.exe is in both jdk 1.1 and 1.2, but i can not find example of tty in both of them.

i know tty uses classes which are "since 1.3", but i think there must be a similar "tty" in 1.1 and 1.2.

where is the similar "tty" in 1.1 and 1.2? i need the example for my project.

thx

[319 byte] By [soso999a] at [2007-9-29 17:22:48]
# 1

> hi, all,

>

> i see jdb.exe is in both jdk 1.1 and 1.2, but i can

> not find example of tty in both of them.

>

> i know tty uses classes which are "since 1.3", but i

> think there must be a similar "tty" in 1.1 and 1.2.

There was. The first release of JPDA and a jdb based

on JPDA was in SDK 1.2.2. Any jdb created earlier than

that used a different interface (sun.tools.debug) that was

not based on JPDA. For more information, refer to:

"What happened to the old sun.tools.debug package?"

at this URL:

http://java.sun.com/products/jpda/faq.html#QG3

> where is the similar "tty" in 1.1 and 1.2? i need the

> example for my project.

Take a look at http://java.sun.com/products/jpda/download.html

There is a download button that will allow you to get the

JPDA version 1.0 Software and Documentation.

debugging_teama at 2007-7-15 16:13:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...