| Author |
Runtime.getRuntime().exec
|
Ravi Sathish
Ranch Hand
Joined: Feb 26, 2002
Posts: 131
|
|
Hi Ranchers!!! Can somebody throw some light on resources for Runtime.getRuntime().exec() viz. 1> How to debug it? 2> How to pass unicode characters as parameters? 3> Any special adjustments for different platforms? Sorry I have asked this question in this post too: part of previous post Ravi
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
1. In an IDE, such as Eclipse. Of course this will only debug the java application. If you need to debug your executable, you'll need an IDE for whatever language the executable is written in. 2. Ernest has already answered this. Please don't cross post. 3. Depends on the platform. What OS are you trying to run this on?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Runtime.getRuntime().exec
|
|
|