The compiler can be started at the command line by typing the name of its executable (jsc.exe) on the command line. For more information, see
Sample Command Lines
-
Compiles File.js producing File.exe:
В
Copy Codejsc File.js
-
Compiles File.js producing File.dll:
В
Copy Codejsc /target:library File.js
-
Compiles File.js and creates My.exe:
В
Copy Codejsc /out:My.exe File.js
-
Compile
test.jsand create a .dll:В
Copy Codejsc /target:library test.js
Ajax toolkit
Ajax website