< prev index next >

test/jdk/tools/jpackage/share/WithSpaceTest.java

Print this page

        

*** 35,52 **** --- 35,54 ---- */ public class WithSpaceTest { private static final String OUTPUT = "output"; private static final String [] CMD1 = { + "--package-type", "app-image", "--input", "input dir", "--output", OUTPUT, "--name", "test", "--main-jar", "hello.jar", "--main-class", "Hello", }; private static final String [] CMD2 = { + "--package-type", "app-image", "--input", "input dir2", "--output", OUTPUT, "--name", "test", "--main-jar", "sub dir/hello.jar", "--main-class", "Hello",
< prev index next >