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

Print this page

        

*** 23,35 **** /* @test * @bug 5006520 * @summary Check many different ways to run Windows programs * @author Martin Buchholz - * - * @compile -source 1.5 WinCommand.java - * @run main WinCommand */ import java.io.*; import java.util.*; import static java.lang.System.*; --- 23,32 ----