Subj : Re: ECMAScript standards committee To : netscape.public.mozilla.jseng From : Shanti Rao Date : Thu Oct 21 2004 10:13 am zwetan wrote: >>... >> >>>right now the only easy way to produce an exe with JS >>>is to use JScript.NET (yep even in classic mode, /fast-). >> >>This is not true: you can use Rhino JVM class compiler + GCJ to produce >>executables on any platform where GCJ is available. Since all the >>necessary steps can be done in a simple shell script, I do not think it >>is a hard way. >> > me, I'm just wondering with all the people using javascript (because it's > easy to use) 1. Download JSDB from http://www.jsdb.org/ 2. Write your startup code in main.js. 3. Compress all source files (including main.js, other JS, and other resource files) to program.zip 4. copy /b jsdb.exe+program.zip program.exe 5. Run program.exe .