test/jdk/tools/jpackage/createimage/JPackageCreateImageJVMArgsTest.java
branchJDK-8200758-branch
changeset 57150 fa68c2ab636d
parent 57106 ea870b9ce89a
child 57241 e11f3bf34083
equal deleted inserted replaced
57141:e7ba8c89abe7 57150:fa68c2ab636d
    37         "create-image",
    37         "create-image",
    38         "--input", "input",
    38         "--input", "input",
    39         "--output", "output",
    39         "--output", "output",
    40         "--name", "test",
    40         "--name", "test",
    41         "--main-jar", "hello.jar",
    41         "--main-jar", "hello.jar",
    42         "--class", "Hello",
    42         "--main-class", "Hello",
    43         "--files", "hello.jar",
    43         "--files", "hello.jar",
    44         "--force",
    44         "--overwrite",
    45         "--jvm-args", "TBD"};
    45         "--jvm-args", "TBD"};
    46 
    46 
    47     private static final String[] CMD2 = {
    47     private static final String[] CMD2 = {
    48         "create-image",
    48         "create-image",
    49         "--input", "input",
    49         "--input", "input",
    50         "--output", "output",
    50         "--output", "output",
    51         "--name", "test",
    51         "--name", "test",
    52         "--main-jar", "hello.jar",
    52         "--main-jar", "hello.jar",
    53         "--class", "Hello",
    53         "--main-class", "Hello",
    54         "--files", "hello.jar",
    54         "--files", "hello.jar",
    55         "--force",
    55         "--overwrite",
    56         "--jvm-args", "TBD",
    56         "--jvm-args", "TBD",
    57         "--jvm-args", "TBD",
    57         "--jvm-args", "TBD",
    58         "--jvm-args", "TBD"};
    58         "--jvm-args", "TBD"};
    59 
    59 
    60     public static void main(String[] args) throws Exception {
    60     public static void main(String[] args) throws Exception {