test/jdk/tools/jpackage/share/AddLauncherTest.java
branchJDK-8200758-branch
changeset 58994 b09ba68c6a19
parent 58993 b5e1baa9d2c3
equal deleted inserted replaced
58993:b5e1baa9d2c3 58994:b09ba68c6a19
    28  * @summary jpackage create image with additional launcher test
    28  * @summary jpackage create image with additional launcher test
    29  * @library ../helpers
    29  * @library ../helpers
    30  * @build JPackageHelper
    30  * @build JPackageHelper
    31  * @build JPackagePath
    31  * @build JPackagePath
    32  * @build AddLauncherBase
    32  * @build AddLauncherBase
    33  * @modules jdk.jpackage
    33  * @modules jdk.incubator.jpackage
    34  * @run main/othervm -Xmx512m AddLauncherTest
    34  * @run main/othervm -Xmx512m AddLauncherTest
    35  */
    35  */
    36 public class AddLauncherTest {
    36 public class AddLauncherTest {
    37     private static final String OUTPUT = "output";
    37     private static final String OUTPUT = "output";
    38     private static final String [] CMD = {
    38     private static final String [] CMD = {