Click here to Skip to main content
16,011,680 members
Home / Discussions / Java
   

Java

 
AnswerRe: voice recognition Pin
Manfred Rudolf Bihy13-Jun-12 0:11
professionalManfred Rudolf Bihy13-Jun-12 0:11 
Questionjava Pin
Basavaraj Neelagund11-Jun-12 18:58
Basavaraj Neelagund11-Jun-12 18:58 
AnswerRe: java Pin
Richard MacCutchan11-Jun-12 22:19
mveRichard MacCutchan11-Jun-12 22:19 
AnswerRe: java Pin
CodingLover11-Jun-12 22:29
CodingLover11-Jun-12 22:29 
Questionresponse to the execution of an commande by code java Pin
ahmadiss8-Jun-12 6:00
ahmadiss8-Jun-12 6:00 
AnswerRe: response to the execution of an commande by code java Pin
TorstenH.8-Jun-12 8:13
TorstenH.8-Jun-12 8:13 
GeneralRe: response to the execution of an commande by code java Pin
jschell8-Jun-12 11:55
jschell8-Jun-12 11:55 
AnswerRe: response to the execution of an commande by code java Pin
jschell8-Jun-12 11:59
jschell8-Jun-12 11:59 
ahmadiss wrote:
(p.getInputStream()))


That gets what the normal application 'output'.
Now you need to send it 'input'.

So you use getOutputStream()

Also keep in mind that your solution will only work if the application outputs a very, very little amount of text. If it outputs large amounts then you will need to use threads for the IO and perhaps use waitFor().
Questionjava Pin
ssachin5797-Jun-12 20:50
ssachin5797-Jun-12 20:50 
AnswerRe: java Pin
Richard MacCutchan7-Jun-12 21:56
mveRichard MacCutchan7-Jun-12 21:56 
GeneralRe: java Pin
Peter_in_27807-Jun-12 22:16
professionalPeter_in_27807-Jun-12 22:16 
GeneralRe: java Pin
Richard MacCutchan8-Jun-12 0:13
mveRichard MacCutchan8-Jun-12 0:13 
AnswerRe: java Pin
Paul Conrad8-Jun-12 8:15
professionalPaul Conrad8-Jun-12 8:15 
Questionproblem with jarsigner Pin
ahmadiss6-Jun-12 23:12
ahmadiss6-Jun-12 23:12 
AnswerRe: problem with jarsigner Pin
Richard MacCutchan6-Jun-12 23:24
mveRichard MacCutchan6-Jun-12 23:24 
GeneralRe: problem with jarsigner Pin
ahmadiss6-Jun-12 23:52
ahmadiss6-Jun-12 23:52 
GeneralMessage Removed Pin
6-Jun-12 23:56
ahmadiss6-Jun-12 23:56 
GeneralRe: problem with jarsigner Pin
Richard MacCutchan7-Jun-12 4:57
mveRichard MacCutchan7-Jun-12 4:57 
GeneralRe: problem with jarsigner Pin
ahmadiss7-Jun-12 7:20
ahmadiss7-Jun-12 7:20 
Questionwhy i cant save the image? Pin
aelynne2-Jun-12 17:42
aelynne2-Jun-12 17:42 
AnswerRe: why i cant save the image? Pin
Paul Conrad2-Jun-12 17:59
professionalPaul Conrad2-Jun-12 17:59 
GeneralRe: why i cant save the image? Pin
aelynne2-Jun-12 18:02
aelynne2-Jun-12 18:02 
GeneralRe: why i cant save the image? Pin
Paul Conrad2-Jun-12 18:08
professionalPaul Conrad2-Jun-12 18:08 
GeneralRe: why i cant save the image? Pin
aelynne2-Jun-12 18:11
aelynne2-Jun-12 18:11 
GeneralRe: why i cant save the image? Pin
Paul Conrad2-Jun-12 18:15
professionalPaul Conrad2-Jun-12 18:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.