test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageModuleMainClassErrorTest.java
branchJDK-8200758-branch
changeset 57414 6eda749d3117
parent 57389 cce526c681dc
child 57445 405ddd80496e
equal deleted inserted replaced
57413:45c74e654794 57414:6eda749d3117
    38     private static final String app = JPackagePath.getApp();
    38     private static final String app = JPackagePath.getApp();
    39     private static final String appOutput = JPackagePath.getAppOutputFile();
    39     private static final String appOutput = JPackagePath.getAppOutputFile();
    40     private static final String appWorkingDir = JPackagePath.getAppWorkingDir();
    40     private static final String appWorkingDir = JPackagePath.getAppWorkingDir();
    41 
    41 
    42     private static final String [] CMD1 = {
    42     private static final String [] CMD1 = {
    43         "create-app-image",
       
    44         "--output", OUTPUT,
    43         "--output", OUTPUT,
    45         "--name", "test",
    44         "--name", "test",
    46         "--module", "com.hello",
    45         "--module", "com.hello",
    47         "--module-path", "input"};
    46         "--module-path", "input"};
    48 
    47 
    49     private static final String [] CMD2 = {
    48     private static final String [] CMD2 = {
    50         "create-app-image",
       
    51         "--output", OUTPUT,
    49         "--output", OUTPUT,
    52         "--name", "test",
    50         "--name", "test",
    53         "--module", "com.hello/com.hello.Hello",
    51         "--module", "com.hello/com.hello.Hello",
    54         "--module-path", "input"};
    52         "--module-path", "input"};
    55 
    53