Colin Coates wrote: > Dear All, > > I am feeling pretty dumb at the moment. I want to run a debugging > session using the Rhino debugger and so tried to follow the instructions > at http://www.mozilla.org/rhino/debugger.html > > My command line looks like the following: > java -cp > c:/share/rhino1_7r1/js.jar;c:/telelogic/rhapsody7.3/share/Javaapi/rhapsody.jar > > -Djava.library.path=c:/telelogic/rhapsody7.3/share/javaapi/ > org.mozilla.javascript.tools.debugger.Main test.js > > I get the following error message: > Exception in thread "main" java.lang.NoClassFoundException: > org.mozilla.javascript.tools.debugger.Main > ... etc > > I tried using 7-Zip to open the js.jar, and discovered that there is no > js.jar/org/mozilla/javascript/tools/debugger directory. > > Can anyone tell me what I am missing here? > > Kind Regards, > Colin Coates > _______________________________________________ > dev-tech-js-engine-rhino mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.100 / Virus Database: 270.5.12/1597 - Release Date: 8/7/2008 > 5:54 AM
Further searching of mozilla.dev.tech.js-engine.rhino revealed the "Debugger license issues" thread. This explains why the debugger was not built by default for Rhino 1.7r1. A solution was proposed and apparently accepted... Can anyone advise me about whether I should try and fetch from CVS and build? Is there an intention to produce a Rhino 1.7r2 which might include a prebuilt debugger? Kind Regards, Colin. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
