< prev index next >

test/jdk/tools/jpackage/createinstaller/linux/base/JPackageCreateInstallerBase.java

Print this page

        

*** 70,81 **** "--installer-type", EXT, "--input", "input", "--output", "output", "--name", TEST_NAME, "--main-jar", "hello.jar", ! "--main-class", "Hello", ! "--files", "hello.jar"}; } public static void run(String name, String ext) throws Exception { init(name, ext); --- 70,80 ---- "--installer-type", EXT, "--input", "input", "--output", "output", "--name", TEST_NAME, "--main-jar", "hello.jar", ! "--main-class", "Hello" }; } public static void run(String name, String ext) throws Exception { init(name, ext);
< prev index next >