cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute batch files in java

Former Member
0 Kudos

Hi,

I am trying to execute a batch file using a java program(StopServer in sdm).But i am not able to execute it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Greetings.

You may read this article (http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html)

to avoid of getRuntime().exec() traps.