test/jdk/tools/launcher/FXLauncherTest.java
changeset 48522 c674ff28c69d
parent 47216 71c04702a3d5
child 50090 94e11b6edcdd
equal deleted inserted replaced
48521:30243cf1503e 48522:c674ff28c69d
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27  * @summary Test launching FX application with java -jar
    27  * @summary Test launching FX application with java -jar
    28  * Test uses main method and blank main method, a jfx app class and an incorrest
    28  * Test uses main method and blank main method, a jfx app class and an incorrest
    29  * jfx app class, a main-class for the manifest, a bogus one and none.
    29  * jfx app class, a main-class for the manifest, a bogus one and none.
    30  * All should execute except the incorrect fx app class entries.
    30  * All should execute except the incorrect fx app class entries.
    31  * @run main/othervm FXLauncherTest
    31  * @run main/othervm FXLauncherTest
    32  * @key intermittent
    32  * @key intermittent headful
    33  */
    33  */
    34 import java.io.File;
    34 import java.io.File;
    35 import java.io.IOException;
    35 import java.io.IOException;
    36 import java.util.ArrayList;
    36 import java.util.ArrayList;
    37 import java.util.List;
    37 import java.util.List;