Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoking gdb through a Java program as subprocess

807569Aug 5 2006
Hi,
I try to invoke the gdb through a java program using Runtime.exec(...)
as a Process, I also try to get the output of gdb using InputStream object, Is there any way to provide the options to gdb when it is started as Process & also tracing it's output.

please help Me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2006
Added on Aug 5 2006
0 comments
119 views