< prev index next >

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

Print this page

        

*** 33,49 **** --- 33,51 ---- */ public class ModuleTest { private static final String OUTPUT = "output"; private static final String [] CMD1 = { + "--package-type", "app-image", "--module-path", "module", "--module", "com.other/com.other.Other", "--output", OUTPUT, "--name", "test", }; private static String [] commands = { + "--package-type", "app-image", "--module-path", "module", "--module", "com.other/com.other.Other", "--output", OUTPUT, "--name", "test", "--add-modules", "TBD",
< prev index next >