[2514] in java-interest

home help back first fref pref prev next nref lref last post

Re: jdb run command problem

daemon@ATHENA.MIT.EDU (Hui Zhao Wang)
Tue Oct 3 22:35:01 1995

Date: Tue, 3 Oct 1995 16:32:34 -0700 (PDT)
From: Hui Zhao Wang <huizhao@krypton.stanford.edu>
Reply-To: Hui Zhao Wang <huizhao@krypton.stanford.edu>
To: Thomas.Ball@Eng.Sun.COM
cc: java-interest@java.sun.com, huizhao@krypton.stanford.edu
In-Reply-To: Thomas.Ball@Eng.Sun.COM's message of Tue, 3 Oct 1995 12:14:05 -0700: <9510031914.AA19376@alapa.Eng.Sun.COM>

>The run command requires that you specify the class to run, followed by
>any optional arguments.  It tried to run the class "arg1", and reported
>its failure.  The reason for requiring the class name is that "in theory"
>you can run multiple classes concurrently, each in their own threadgroup.
>I say "in theory" because I haven't had time to test this much yet.
>
>Note that if you specify the arguments on the command line (as in
>"jdb MyClass arg1 arg2"), those arguments are saved so that just typing
>"run" is sufficient to start your class.
>
>Tom Ball
>Java Products Group
>

Excellent! Thank Tom. you guys might want alter the jdb help text, since it 
display as 'run <args>', if change to 'run class_id <args>', will make much 
sense.

huizhao


-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post