3233343536373839
protected Filter filter; @BeforeClass public static void setUpClass() throws Exception { SimpleBindings bindings = new SimpleBindings(); ScriptContext context = new JangodContext(bindings); compiler = new JangodInterpreter((Context) context); }