< prev index next >

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

Print this page

        

*** 33,49 **** --- 33,51 ---- */ public class JavaOptionsModuleTest { private static final String OUTPUT = "output"; private static final String[] CMD = { + "--package-type", "app-image", "--output", OUTPUT, "--name", "test", "--module", "com.hello/com.hello.Hello", "--module-path", "input", "--java-options", "TBD"}; private static final String[] CMD2 = { + "--package-type", "app-image", "--output", OUTPUT, "--name", "test", "--module", "com.hello/com.hello.Hello", "--module-path", "input", "--java-options", "TBD",
< prev index next >