< prev index next >

test/jdk/tools/jpackage/createinstaller/windows/base/JPackageCreateInstallerFileAssociationsBase.java

Print this page

        

@@ -148,22 +148,20 @@
                 "--input", "input",
                 "--output", "output",
                 "--name", TEST_NAME,
                 "--main-jar", "hello.jar",
                 "--main-class", "Hello",
-                "--files", "hello.jar",
                 "--file-associations", "fa.properties"};
         } else {
             CMD = new String[]{
                 "create-installer",
                 "--installer-type", EXT,
                 "--input", "input",
                 "--output", "output",
                 "--name", TEST_NAME,
                 "--main-jar", "hello.jar",
                 "--main-class", "Hello",
-                "--files", "hello.jar",
                 "--file-associations", "fa.properties",
                 "--install-dir", installDir};
         }
     }
 
< prev index next >