test/javax/script/PluggableContextTest.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @bug 6398614 6705893
  * @summary Create a user defined ScriptContext and check
  * that script can access variables from non-standard scopes
+ * @run main/othervm -Djava.awt.headless=true PluggableContextTest
  */
 
 import javax.script.*;
 
 public class PluggableContextTest {