test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageAddLauncherModuleTest.java
branchJDK-8200758-branch
changeset 57330 a30edd277572
parent 57307 4948a1944cf9
child 57414 6eda749d3117
equal deleted inserted replaced
57329:8009cf5b833d 57330:a30edd277572
    37         "create-app-image",
    37         "create-app-image",
    38         "--output", OUTPUT,
    38         "--output", OUTPUT,
    39         "--name", "test",
    39         "--name", "test",
    40         "--module", "com.hello/com.hello.Hello",
    40         "--module", "com.hello/com.hello.Hello",
    41         "--module-path", "input",
    41         "--module-path", "input",
    42         "--add-launcher", "sl.properties"};
    42         "--add-launcher", "test2=sl.properties"};
    43 
    43 
    44     public static void main(String[] args) throws Exception {
    44     public static void main(String[] args) throws Exception {
    45         JPackageHelper.createHelloModule();
    45         JPackageHelper.createHelloModule();
    46         JPackageCreateAppImageAddLauncherBase.createSLProperties();
    46         JPackageCreateAppImageAddLauncherBase.createSLProperties();
    47         JPackageCreateAppImageAddLauncherBase.testCreateAppImage(CMD);
    47         JPackageCreateAppImageAddLauncherBase.testCreateAppImage(CMD);