< prev index next >

test/jdk/tools/jpackage/createimage/JPackageCreateImageRuntimeModuleTest.java

Print this page

        

*** 36,46 **** private static final String [] CMD = { "create-image", "--runtime-image", "runtime", "--output", OUTPUT, "--name", "test", - "--win-console", "--module", "com.hello/com.hello.Hello", "--module-path", "input"}; public static void main(String[] args) throws Exception { JPackageHelper.createHelloModule(); --- 36,45 ----
< prev index next >