< prev index next >

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

Print this page

        

@@ -73,11 +73,10 @@
         "--input", "input",
         "--output", "output",
         "--name", TEST_NAME,
         "--main-jar", "hello.jar",
         "--main-class", "Hello",
-        "--overwrite",
         "--files", "hello.jar",
         "--license-file", JPackagePath.getLicenseFilePath()};
     }
 
     public static void run(String name, String ext) throws Exception {
< prev index next >