Subj : Re: Use org.mozilla.javascript.tools.debugger in application which To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Wed May 26 2004 12:30 pm Merten Schumann wrote: > Removing the System.setIn/setOut/setErr stuff solved my problems. > Now I can debug the scripts in my application, that's fine! > > Had some problems in building Rhino including the debugger, some classes > (like JTreeTable, AbstractCellEditor) seems to be external stuff or so > ... Ant build script for Rhino downloads Java sources for the classes from Sun examples web site and if you need to recompile Rhino debugger then you have to run ant once or download and unpack the sources yourself. Regards, Igor .