Subj : Rhino 1_5R4 and BSF 2.3.0 javascript activation failure To : netscape.public.mozilla.jseng From : tbrochu@wanadoo.fr (thierry) Date : Thu Mar 13 2003 01:47 am Since I have changed the version of Rhino 1_5R3 to 1_5R4 or 1_5R5pre, I can't execute a line of javascript. This simple source code: BSFManager manager = new BSFManager(); BSFEngine rhino = manager.loadScriptingEngine("javascript"); Object result= rhino.eval("test",0,0,"3 + 2"); The last line is causing the exception: java.lang.NoSuchMethodError Thanks in advance .