< prev index next >

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

Print this page

        

*** 32,41 **** --- 32,42 ---- * @run main/othervm -Xmx512m RuntimeModuleTest */ public class RuntimeModuleTest { private static final String OUTPUT = "output"; private static final String [] CMD = { + "--package-type", "app-image", "--runtime-image", "runtime", "--output", OUTPUT, "--name", "test", "--module", "com.hello/com.hello.Hello", "--module-path", "input"};
< prev index next >