Subj : Re: pre-packaged Win32 Spidermonkey executables? To : netscape.public.mozilla.jseng From : Martin Honnen Date : Tue Jan 18 2005 05:12 pm osfameron wrote: > I've been looking for a pre-built binary of SpiderMonkey for Win32 > and was surprised not to find one. Googling gives various > references about how to build from source as .dll, but really > all I want is a standalone .exe to run javascripts against. > > Though I've downloaded the free MSVC tools, and MSYS/MINGW, I'm > not having much luck - my C-build-foo is weak and I'm really > mainly interested in playing with Javascript with something less > shoddy than Microsoft's wscript.exe interpreter! If you download a Mozilla build as a zip file it comes with an xpcshell.exe (on Win) which is a shell supporting core JavaScript plus XPConnect (to script XPCOM components). And there is http://www.jsdb.org/ for example which I understand uses Spidermonkey and adds all sorts of useful objects (file, db etc). -- Martin Honnen http://JavaScript.FAQTs.com/ .