johan talla at [EMAIL PROTECTED] wrote:
> For example:
> When execute the command line javac.exe, get out a message in the window:
> javac deprecated<-class>....... for example
> How can I that code line, this is the point....
> Thanks for your advices...
> Thanks Jeff...
> I need your help....
You have to spawn that process redirecting its Standard Input, Output and
Error streams. Check out the java.lang.Runtime.exec(...) methods, and the
java.lang.Process.get ** Stream() methods. The API docs state pretty well
how you can capture the standard output / error of a process...
And BTW, A) don't send messages with "high" priorities (it won't change a
thing) and B) stop posting your messages twice or three times.
Pier
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html