Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

js compiler

Status
Not open for further replies.

ndogg

Programmer
Feb 7, 2000
156
US
Where can I find a js compiler? I read the documentation for server-side JavaScript, but I can't find a link to a compiler. Is there one out there that I can get for free? <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href= by Linux</a><br>Learn Linux and Leave out the Windows :)
 
Hmmmm....isn't that called JAVA???<br>
If you want a JAVA compiler, contact Sun Microsystems (<A HREF=" TARGET="_new"> That should be what you're needing :) <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= shared.freeservers.com/searchmaster.html>SearchMaster Interface...11-in-1</a><br>Wanting to learn Assembler; please e-mail me any tutorials or links for it that are useful to you :)
 
No, I'm talking about compiling server-side JavaScript files. If you read the Netscape documentation on it closely, it says you need a compiler for them.<br>
<br>
<A HREF=" TARGET="_new"> <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href= by Linux</a><br>Learn Linux and Leave out the Windows :)
 
Hmmm....not sure I'd really WANT to mess with compiling JS.....it seems a lot easier to me to just learn Java & be done with it.....you can do FAR more with JAVA anywise (& it's not nearly as hard to find a compiler ;) <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= shared.freeservers.com/searchmaster.html>SearchMaster Interface...11-in-1</a><br>Wanting to learn Assembler; please e-mail me any tutorials or links for it that are useful to you :)
 
I think, and I'm not really sure, but if you are using a windows server, say NT, or 2K, then, I think it has a built in compiler. <br>
<br>
If you have a win 9x machine, and you dbl-click on a .js file, you will see that it trys to run it. although, most-likley, it will give you an error, something about the object doesn't exist.<br>
<br>
once again, not sure if this was much help<br>
<br>
<br>
<br>
<p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
True...win 98 & NT machines will parse .js files in real-time using the WinScript engine (not reverse-compatible with Win95 though; sorry...I've already tried that). You may be able to run your server-side scripts through that....look for winscript.exe on your C: drive if you want to try this approach :) <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= shared.freeservers.com/searchmaster.html>SearchMaster Interface...11-in-1</a><br>Wanting to learn Assembler; please e-mail me any tutorials or links for it that are useful to you :)
 
Hey I'm glad you people pay attention to the signatures of people's posts... <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href= by Linux</a><br>Learn Linux and Leave out the Windows :)
 
LOL....never know...I'm hard-core anti-Micro$~1; but sometimes am forced to resort to using a winblows box....ask Netscape if they have a Linux version of winscript.exe for you to put in your <b>~/</b> drive ;) <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= shared.freeservers.com/searchmaster.html>SearchMaster Interface...11-in-1</a><br>Wanting to learn Assembler; please e-mail me any tutorials or links for it that are useful to you :)
 
I am also a hard core anti-microsoft, but that is what I am stuck with right now. :-(<br>
<br>
That is why I am trying to load linux!! <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top