Subj : Re: ECMAScript standards committee To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Sat Oct 16 2004 10:41 pm 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. Regards, Igor .