< prev index next >

test/java/lang/Runtime/exec/WinCommand.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 5006520 * @summary Check many different ways to run Windows programs * @author Martin Buchholz + * @key randomness */ import java.io.*; import java.util.*; import static java.lang.System.*;
< prev index next >