Name: dc32491 Date: 09/01/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Debug any program using HotSpot. Stop the debug session. Notice javaw.exe
remains in system process list. Below is a test program.
------------
public class Untitled1 {
public Untitled1() {
}
public static void main(String[] args) {
Untitled1 untitled1 = new Untitled1();
}
}
(Review ID: 109210)
======================================================================