< prev index next >

test/tools/launcher/FXLauncherTest.java

Print this page

        

@@ -26,10 +26,11 @@
  * @bug 8001533 8004547 8035782
  * @summary Test launching FX application with java -jar
  * Test uses main method and blank main method, a jfx app class and an incorrest
  * jfx app class, a main-class for the manifest, a bogus one and none.
  * All should execute except the incorrect fx app class entries.
+ * @modules java.compiler
  * @run main/othervm FXLauncherTest
  * @key intermittent
  */
 import java.io.File;
 import java.io.IOException;
< prev index next >