[Mono-list] Confused about ikvm and JScript

Miguel de Icaza miguel@ximian.com
Mon, 21 Feb 2005 18:36:54 -0500


Hello,

> As I understand it, on .NET you compile your JScript source with jsc, 
> and that creates an executable or dll.  However, the JScript package for 
> mono (mono-jscript-1.1.4-1.novell.9.1.i386.rpm) only contains two 
> versions of Microsoft.JScript.dll.  I'm confused about how I actually 
> compile my JavaScript source.  I can see that the dlls are probably 
> important when I want to run my compiled code, but I can't figure out 
> how to get to that point!

Currently it is only the runtime to run existing programs compiled with
jsc.   

Hopefully the next version of Mono will ship the compiler by default.