
Signature
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
> > Hi,
> > I'm writing a Java GUI for the text parsing program called "Apple Pie
> > Parser", the program was written in Unix C and have an executable file
> > (console) for windows. My program's being written in Windows, so I
> > tried to called the Runtime exec() method to get that .exe file to run
> > and pass my input into it. But it seems like i couldn't call it,
* Call it what?
> > ...cuz
> > nothing came up, and even when i tested, tried to call "cmd.exe",
> > nothing happened either. I'm wondering if there's anything to solve
> > this.
...
> Not to put you off but maybe this article will help you out:
That article is very encouraging. I only glanced at each of
the five pages, but it indicated* that these type of problems
are easily debugged.
* It dumped stacktraces for every important action where
something could go wrong.
To the OP, have a look at how those code examples
give very *specific* details of what went wrong, down
to the line number. If looking at that article fails to
sort your immediate problem, I suggest you post a code
example that is self contained, and the first few lines
of the stacktraces it is causing when run.
Andrew T.