< prev index next >

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

Print this page

        

@@ -36,10 +36,11 @@
 public class JLinkModuleTest {
     private static final String OUTPUT = "output";
     private static final String RUNTIME = "runtime";
 
     private static final String [] CMD = {
+        "--package-type", "app-image",
         "--output", OUTPUT,
         "--name", "test",
         "--module", "com.other/com.other.Other",
         "--runtime-image", RUNTIME,
     };
< prev index next >