test/jdk/tools/jpackage/share/ErrorTest.java
branchJDK-8200758-branch
changeset 58994 b09ba68c6a19
parent 58993 b5e1baa9d2c3
equal deleted inserted replaced
58993:b5e1baa9d2c3 58994:b09ba68c6a19
    26  * @summary jpackage create app image error test
    26  * @summary jpackage create app image error test
    27  * @library ../helpers
    27  * @library ../helpers
    28  * @build JPackageHelper
    28  * @build JPackageHelper
    29  * @build JPackagePath
    29  * @build JPackagePath
    30  * @build Base
    30  * @build Base
    31  * @modules jdk.jpackage
    31  * @modules jdk.incubator.jpackage
    32  * @run main/othervm -Xmx512m ErrorTest
    32  * @run main/othervm -Xmx512m ErrorTest
    33  */
    33  */
    34 import java.util.*;
    34 import java.util.*;
    35 import java.io.*;
    35 import java.io.*;
    36 import java.nio.*;
    36 import java.nio.*;