test/jdk/tools/jpackage/createinstaller/windows/base/JPackageCreateInstallerWinShortcutBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57307 4948a1944cf9
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
    79             "--input", "input",
    79             "--input", "input",
    80             "--output", "output",
    80             "--output", "output",
    81             "--name", TEST_NAME,
    81             "--name", TEST_NAME,
    82             "--main-jar", "hello.jar",
    82             "--main-jar", "hello.jar",
    83             "--main-class", "Hello",
    83             "--main-class", "Hello",
    84             "--overwrite",
       
    85             "--files", "hello.jar",
    84             "--files", "hello.jar",
    86             "--win-shortcut"};
    85             "--win-shortcut"};
    87     }
    86     }
    88 
    87 
    89     public static void run(String name, String ext) throws Exception {
    88     public static void run(String name, String ext) throws Exception {