test/jdk/tools/jpackage/share/AddLauncherModuleTest.java
branchJDK-8200758-branch
changeset 58114 42df7de58e39
parent 57446 5a5b85f00a63
child 58147 45a9084fe981
equal deleted inserted replaced
58113:885b0543f6e4 58114:42df7de58e39
    32  * @run main/othervm -Xmx512m AddLauncherModuleTest
    32  * @run main/othervm -Xmx512m AddLauncherModuleTest
    33  */
    33  */
    34 public class AddLauncherModuleTest {
    34 public class AddLauncherModuleTest {
    35     private static final String OUTPUT = "output";
    35     private static final String OUTPUT = "output";
    36     private static final String [] CMD = {
    36     private static final String [] CMD = {
       
    37         "--package-type", "app-image",
    37         "--output", OUTPUT,
    38         "--output", OUTPUT,
    38         "--name", "test",
    39         "--name", "test",
    39         "--module", "com.hello/com.hello.Hello",
    40         "--module", "com.hello/com.hello.Hello",
    40         "--module-path", "input",
    41         "--module-path", "input",
    41         "--add-launcher", "test2=sl.properties"};
    42         "--add-launcher", "test2=sl.properties"};