Subj : Re: Rhino 1_5R4 and BSF 2.3.0 javascript activation failure To : thierry From : Igor Bukanov Date : Thu Mar 13 2003 12:25 pm thierry wrote: > 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 > You can only use 1_5R4 with a recent CVS version of bsf since 1_5R4 is not compatible with bsf 2.3.0. Regards, Igor .