< prev index next >

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

Print this page

        

*** 148,169 **** "--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}; } } --- 148,167 ----
< prev index next >