test/jdk/tools/jpackage/createimage/JPackageCreateImageModuleTest.java
branchJDK-8200758-branch
changeset 57150 fa68c2ab636d
parent 57106 ea870b9ce89a
child 57241 e11f3bf34083
equal deleted inserted replaced
57141:e7ba8c89abe7 57150:fa68c2ab636d
    34 public class JPackageCreateImageModuleTest {
    34 public class JPackageCreateImageModuleTest {
    35     private static final String [] CMD = {
    35     private static final String [] CMD = {
    36         "create-image",
    36         "create-image",
    37         "--output", "output",
    37         "--output", "output",
    38         "--name", "test",
    38         "--name", "test",
    39         "--force",
    39         "--overwrite",
    40         "--module", "com.hello/com.hello.Hello",
    40         "--module", "com.hello/com.hello.Hello",
    41         "--module-path", "input"};
    41         "--module-path", "input"};
    42 
    42 
    43     public static void main(String[] args) throws Exception {
    43     public static void main(String[] args) throws Exception {
    44         JPackageHelper.createHelloModule();
    44         JPackageHelper.createHelloModule();